gnu: guile-gcrypt: Update to 0.2.1.
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.1.master
parent
0fce0b2eef
commit
6704e88d42
|
@ -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
|
||||||
|
|
Reference in New Issue