gnu: guile-redis: Update to 1.3.0.
* gnu/packages/guile-xyz.scm (guile-redis): Update to 1.3.0.
This commit is contained in:
parent
5a70aa7d69
commit
f57bf15cd8
1 changed files with 2 additions and 2 deletions
|
@ -1837,14 +1837,14 @@ (define-public guile2.2-haunt
|
||||||
(define-public guile-redis
|
(define-public guile-redis
|
||||||
(package
|
(package
|
||||||
(name "guile-redis")
|
(name "guile-redis")
|
||||||
(version "1.0.0")
|
(version "1.3.0")
|
||||||
(home-page "https://github.com/aconchillo/guile-redis")
|
(home-page "https://github.com/aconchillo/guile-redis")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append home-page "/archive/" version ".tar.gz"))
|
(uri (string-append home-page "/archive/" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1dp5fmqvma59pvp1nfpq6hqgbmjici8sd1y8llahl87fynw1dvr9"))))
|
"1li70a2716my9q9zfq0qn2x5d1cir9k2vx0jm9glm464yaf1vj39"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
|
|
Loading…
Reference in a new issue