[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/14: gnu: pgpdump: Update to 0.34.
From: |
guix-commits |
Subject: |
03/14: gnu: pgpdump: Update to 0.34. |
Date: |
Sat, 18 Dec 2021 11:40:19 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 38085f0fbf456bfd72441da768c04629bd026c22
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Dec 18 16:55:30 2021 +0100
gnu: pgpdump: Update to 0.34.
* gnu/packages/gnupg.scm (pgpdump): Update to 0.34.
---
gnu/packages/gnupg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 39423f1..85042db 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -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
- branch master updated (3aef0e7 -> 0943130), guix-commits, 2021/12/18
- 03/14: gnu: pgpdump: Update to 0.34.,
guix-commits <=
- 06/14: gnu: qd: Omit static library., guix-commits, 2021/12/18
- 07/14: gnu: rofi: Update to 1.7.2., guix-commits, 2021/12/18
- 08/14: gnu: rofi: Remove input labels., guix-commits, 2021/12/18
- 01/14: gnu: microcom: Update to 2019.01.0., guix-commits, 2021/12/18
- 05/14: gnu: qd: Update to 2.3.23., guix-commits, 2021/12/18
- 02/14: gnu: restinio: Update to 0.6.14., guix-commits, 2021/12/18
- 11/14: gnu: imv: Remove input labels., guix-commits, 2021/12/18
- 14/14: gnu: qtox: Remove input labels., guix-commits, 2021/12/18
- 04/14: gnu: pgpdump: Remove bogus DESTDIR usage., guix-commits, 2021/12/18
- 12/14: gnu: imv: Remove unused inputs., guix-commits, 2021/12/18