guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: npth: Update to 1.6.


From: guix-commits
Subject: 01/06: gnu: npth: Update to 1.6.
Date: Wed, 17 Jul 2019 10:04:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b593f264c8de2945f6e9cbba1d5593e224c39c10
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 17 10:34:05 2019 +0200

    gnu: npth: Update to 1.6.
    
    * gnu/packages/gnupg.scm (npth): Update to 1.6.
---
 gnu/packages/gnupg.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 2b2b64d..0d619c6 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -201,14 +201,13 @@ specifications are building blocks of S/MIME and TLS.")
 (define-public npth
   (package
     (name "npth")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
-      (sha256
-       (base32
-        "1hmkkp6vzyrh8v01c2ynzf9vwikyagp7p1lxhbnr4ysk3w66jji9"))))
+       (method url-fetch)
+       (uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
+       (sha256
+        (base32 "1lg2lkdd3z1s3rpyf88786l243adrzyk9p4q8z9n41ygmpcsp4qk"))))
     (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]