mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (define-public paperkey
|
|||
(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…
Reference in a new issue