guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: pius: Update to 2.1.1.


From: Paul
Subject: 07/12: gnu: pius: Update to 2.1.1.
Date: Thu, 09 Jul 2015 16:46:53 +0000

toothbrush pushed a commit to branch master
in repository guix.

commit 15e771b00151b09a7f3be608290c12cbabbbca73
Author: Paul van der Walt <address@hidden>
Date:   Thu Jul 9 13:54:09 2015 +0200

    gnu: pius: Update to 2.1.1.
    
    * gnu/packages/gnupg.scm (pius): Update to 2.1.1.
---
 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 221e258..a8e5df3 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -327,14 +327,14 @@ and every application benefits from this.")
 (define-public pius
   (package
    (name "pius")
-   (version "2.0.11")
+   (version "2.1.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://sourceforge/pgpius/pius/"
                                 version "/pius-"
                                 version ".tar.bz2"))
             (sha256 (base32
-                     "0pdbyqz6k0bm182cz81ss7yckmpms5qhrrw0wcr4a1srzcjyzf5f"))))
+                     "0ry3kc3x1qjmvb581ja2z2v32r1rl1g8rhfj7iqvs8nzq4ca512i"))))
    (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]