guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gpa: Update to 0.10.0.


From: guix-commits
Subject: 02/02: gnu: gpa: Update to 0.10.0.
Date: Wed, 10 Jul 2019 04:06:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ee755b702faf1cf82eded0c0e25b02c93c5e2ed5
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 11:02:16 2019 +0300

    gnu: gpa: Update to 0.10.0.
    
    * gnu/packages/gnupg.scm (gpa): Update to 0.10.0.
---
 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 00e8830..6d5f7c5 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -907,14 +907,14 @@ them to transform your existing public key into a secret 
key.")
 (define-public gpa
   (package
     (name "gpa")
-    (version "0.9.10")
+    (version "0.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnupg/gpa/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "09xphbi2456qynwqq5n0yh0zdmdi2ggrj3wk4hsyh5lrzlvcrff3"))))
+                "1cbpc45f8qbdkd62p12s3q2rdq6fa5xdzwmcwd3xrj55bzkspnwm"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))



reply via email to

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