guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: npth: Update to 1.5.


From: Leo Famulari
Subject: 01/01: gnu: npth: Update to 1.5.
Date: Fri, 30 Jun 2017 16:54:16 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f48a9d4a462041a8cf31cdf0249508a43e7b8c3c
Author: Leo Famulari <address@hidden>
Date:   Fri Jun 30 16:45:36 2017 -0400

    gnu: npth: Update to 1.5.
    
    * gnu/packages/gnupg.scm (npth): Update to 1.5.
---
 gnu/packages/gnupg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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