guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pius: Update to 2.2.2.


From: Andreas Enge
Subject: 02/02: gnu: pius: Update to 2.2.2.
Date: Wed, 03 Feb 2016 14:50:17 +0000

andreas pushed a commit to branch master
in repository guix.

commit 11b953a1b1c723b8425d103f18c3ba2ae8bf221f
Author: Andreas Enge <address@hidden>
Date:   Wed Feb 3 15:20:12 2016 +0100

    gnu: pius: Update to 2.2.2.
    
    * gnu/packages/gnupg.scm (pius): Update to 2.2.2.
---
 gnu/packages/gnupg.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index acbefe3..501cf55 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -378,7 +378,7 @@ and signature functionality from Python programs.")
 (define-public pius
   (package
    (name "pius")
-   (version "2.2.1")
+   (version "2.2.2")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -386,7 +386,7 @@ and signature functionality from Python programs.")
                   version "/pius-" version ".tar.bz2"))
             (sha256
              (base32
-              "003dwpamq0c7w8q9zpgi4h03rs8rwjm0czkn9s60m91p6aql5f42"))))
+              "0k94mlr7l12mplph7pdgjbampqha47d8mfjq69n4xm80qwbn1rq1"))))
    (build-system python-build-system)
    (inputs `(("perl" ,perl)                ;for 'pius-party-worksheet'
              ("gpg" ,gnupg-2.0)))          ;2.1 fails to talk to gpg-agent 2.0



reply via email to

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