guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: npth: Update to 1.4.


From: Leo Famulari
Subject: 01/02: gnu: npth: Update to 1.4.
Date: Wed, 17 May 2017 21:53:02 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 89c83e8c3e7a8eb4bd343edec3a0936f461c2220
Author: Leo Famulari <address@hidden>
Date:   Wed May 17 21:24:39 2017 -0400

    gnu: npth: Update to 1.4.
    
    * gnu/packages/gnupg.scm (npth): Update to 1.4.
---
 gnu/packages/gnupg.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 3edb157..29690a7 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -192,16 +192,14 @@ specifications are building blocks of S/MIME and TLS.")
 (define-public npth
   (package
     (name "npth")
-    (version "1.3")
+    (version "1.4")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append
-            "mirror://gnupg/npth/npth-"
-            version ".tar.bz2"))
+      (uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
       (sha256
        (base32
-        "0am86vblapwz84254qpmhz0chk70g6qzh3wdxcs0gvba8d01ka5w"))))
+        "1wpijvxg5svj893q9vp5r83d9ipwhpbyphb55m89l5m36qc185c9"))))
     (build-system gnu-build-system)
     (home-page "https://www.gnupg.org";)
     (synopsis "Non-preemptive thread library")



reply via email to

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