guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]