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.0.11.


From: Andreas Enge
Subject: 02/02: gnu: pius: Update to 2.0.11.
Date: Sun, 15 Feb 2015 18:54:55 +0000

andreas pushed a commit to branch core-updates
in repository guix.

commit 2249a16832b53c2b3c846d6617071501ce22dba2
Author: Andreas Enge <address@hidden>
Date:   Sun Feb 15 19:51:24 2015 +0100

    gnu: pius: Update to 2.0.11.
    
    * gnu/packages/gnupg.scm (pius): Update to 2.0.11.
---
 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 e2a91bb..0559525 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -265,14 +265,14 @@ and every application benefits from this.")
 (define-public pius
   (package
    (name "pius")
-   (version "2.0.9")
+   (version "2.0.11")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/pgpius/pius/"
                                 version "/pius-"
                                 version ".tar.bz2"))
             (sha256 (base32
-                     "1g1jly3wl4ks6h8ydkygyl2c4i7v3z91rg42005m6vm70y1d8b3d"))))
+                     "0pdbyqz6k0bm182cz81ss7yckmpms5qhrrw0wcr4a1srzcjyzf5f"))))
    (build-system gnu-build-system)
    (inputs `(("perl" ,perl)
              ("python" ,python-2)           ; uses the Python 2 'print' syntax



reply via email to

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