gnu: guile-gcrypt: Update to 0.2.0.
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.0.
This commit is contained in:
parent
ef640db2f5
commit
9abc58d3ef
|
@ -434,7 +434,7 @@ gpgpme starting with version 1.7.")
|
|||
(define-public guile-gcrypt
|
||||
(package
|
||||
(name "guile-gcrypt")
|
||||
(version "0.1.0")
|
||||
(version "0.2.0")
|
||||
(home-page "https://notabug.org/cwebber/guile-gcrypt")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -443,7 +443,7 @@ gpgpme starting with version 1.7.")
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"1lhgh3105yi0ggrjsjibv4wp1ipz8s17pa820hk2wln3rc04wpvf"))
|
||||
"1mhc5m4xygkfj7x18f8apiqpfdn9mrql0am5sk13cf5xn8x1r63z"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue