gnu: guile-redis: Update to 2.2.0.
* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.2.0.
parent
69ec5baaf7
commit
8deed9d086
|
@ -2571,7 +2571,7 @@ interface for reading articles in any format.")
|
|||
(define-public guile-redis
|
||||
(package
|
||||
(name "guile-redis")
|
||||
(version "2.1.1")
|
||||
(version "2.2.0")
|
||||
(home-page "https://github.com/aconchillo/guile-redis")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -2581,7 +2581,7 @@ interface for reading articles in any format.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pvk4yadgx64wk81cpisdc7zqhk6ww58xi5fs5fs6s28wb6l5bfj"))))
|
||||
"0cb31vj88f3hj93v1lzxcqjyz7ym2gmpk31gv5i2dqv721frnlyj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags '("GUILE_AUTO_COMPILE=0")))
|
||||
|
|
Reference in New Issue