me
/
guix
Archived
1
0
Fork 0

gnu: guile-gcrypt: Update to 0.2.1.

* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.1.
master
Ludovic Courtès 2019-12-15 21:34:09 +01:00
parent 0fce0b2eef
commit 6704e88d42
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -456,7 +456,7 @@ gpgpme starting with version 1.7.")
(define-public guile-gcrypt (define-public guile-gcrypt
(package (package
(name "guile-gcrypt") (name "guile-gcrypt")
(version "0.2.0") (version "0.2.1")
(home-page "https://notabug.org/cwebber/guile-gcrypt") (home-page "https://notabug.org/cwebber/guile-gcrypt")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -465,7 +465,7 @@ gpgpme starting with version 1.7.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1mhc5m4xygkfj7x18f8apiqpfdn9mrql0am5sk13cf5xn8x1r63z")) "0n232iyayc46f7hywmjw0jr7pbmmz5h4b04jskhkzz9gxz0ci99c"))
(file-name (string-append name "-" version "-checkout")))) (file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs