mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 19:56:59 -06:00
gnu: pgpdump: Update to 0.34.
* gnu/packages/gnupg.scm (pgpdump): Update to 0.34.
This commit is contained in:
parent
7c6f0b4249
commit
38085f0fbf
1 changed files with 2 additions and 2 deletions
|
|
@ -1029,14 +1029,14 @@ them to transform your existing public key into a secret key.")
|
|||
(define-public pgpdump
|
||||
(package
|
||||
(name "pgpdump")
|
||||
(version "0.33")
|
||||
(version "0.34")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.mew.org/~kazu/proj/pgpdump/pgpdump-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1j001jra2m89n6cys3n0hs574bipjdzfxhzpnd4jfyv95mqwl7n4"))))
|
||||
(base32 "080ayqqxb13ngpg6zvaipszwnjadafw3ni7w7gg189cmh3lab7cq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no make check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue