me
/
guix
Archived
1
0
Fork 0

gnu: guile-redis: Update to 2.2.0.

* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.2.0.
Ricardo Wurmus 2022-05-18 16:19:28 +02:00
parent 69ec5baaf7
commit 8deed9d086
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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")))