gnu: guile-sqlite3: Switch to Guile 2.2.

* gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1.
[inputs]: Use GUILE-2.2 instead of GUILE-2.0.
This commit is contained in:
Ludovic Courtès 2017-05-10 15:58:22 +02:00
parent 7fd952e052
commit 99bde93b83
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1034,7 +1034,7 @@ (define-public guile-sqlite3
(let ((commit "607721fe1174a299e45d457acacf94eefb964071"))
(package
(name "guile-sqlite3")
(version (string-append "0.0-0." (string-take commit 7)))
(version (string-append "0.0-1." (string-take commit 7)))
;; XXX: This used to be available read-only at
;; <https://www.gitorious.org/guile-sqlite3/guile-sqlite3.git/> but it
@ -1062,7 +1062,7 @@ (define-public guile-sqlite3
("automake" ,automake)
("pkg-config" ,pkg-config)))
(inputs
`(("guile" ,guile-2.0)
`(("guile" ,guile-2.2)
("sqlite" ,sqlite)))
(arguments
'(#:phases (modify-phases %standard-phases