gnu: pgpdump: Update to 0.35.
* gnu/packages/gnupg.scm (pgpdump): Update to 0.35.master
parent
45fdd1d5e5
commit
00411836d9
|
@ -13,7 +13,7 @@
|
||||||
;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
|
;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
|
||||||
;;; Copyright © 2017, 2020 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017, 2020 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
;;; Copyright © 2017 Petter <petter@mykolab.ch>
|
||||||
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2018, 2019 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
;;; Copyright © 2018 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
|
||||||
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||||
|
@ -992,14 +992,14 @@ them to transform your existing public key into a secret key.")
|
||||||
(define-public pgpdump
|
(define-public pgpdump
|
||||||
(package
|
(package
|
||||||
(name "pgpdump")
|
(name "pgpdump")
|
||||||
(version "0.34")
|
(version "0.35")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.mew.org/~kazu/proj/pgpdump/pgpdump-"
|
(uri (string-append "https://www.mew.org/~kazu/proj/pgpdump/pgpdump-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "080ayqqxb13ngpg6zvaipszwnjadafw3ni7w7gg189cmh3lab7cq"))))
|
(base32 "0kslr62h3wazg4x0l38lsmswvh2dizpnwcrdsmqz62b3plnr40jf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f ; no make check
|
(list #:tests? #f ; no make check
|
||||||
|
|
Reference in New Issue