mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-gcrypt: Update to 0.5.0.
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.5.0. Change-Id: I9eed550c3264ae92213cd32a17fbf34c8c204586
This commit is contained in:
parent
5c269b0a1c
commit
68a5cdc117
1 changed files with 2 additions and 2 deletions
|
@ -522,7 +522,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.4.0")
|
(version "0.5.0")
|
||||||
(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)
|
||||||
|
@ -531,7 +531,7 @@ gpgpme starting with version 1.7.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m75h9q10yb27kzjsvhhq0yk3jaxiy9bpbfd9qg269hf9gabgfdx"))
|
"0zh5bqgbc3r4dlzz64flnh10pq0ipbxx8mpbwgp4di0abhlcxz30"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue