guix-devel
[Top][All Lists]
Advanced

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

[PATCH 09/12] gnu: npth: Update to 1.2.


From: Paul van der Walt
Subject: [PATCH 09/12] gnu: npth: Update to 1.2.
Date: Thu, 9 Jul 2015 14:23:55 +0200

* gnu/packages/gnupg.scm (npth): Update to 1.2.
---
 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 9d2d156..fdeeb99 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -167,7 +167,7 @@ specifications are building blocks of S/MIME and TLS.")
 (define-public npth
   (package
     (name "npth")
-    (version "1.1")
+    (version "1.2")
     (source
      (origin
       (method url-fetch)
@@ -176,7 +176,7 @@ specifications are building blocks of S/MIME and TLS.")
             version ".tar.bz2"))
       (sha256
        (base32
-        "0zyzwmk4mp6pas87jz35zx0jvwdz7x5b13w225gs73gcn8g5cv49"))))
+        "12n0nvhw4fzwp0k7gjv3rc6pdml0qiinbbfiz4ilg6pl5kdxvnvd"))))
     (build-system gnu-build-system)
     (home-page "http://www.gnupg.org";)
     (synopsis "Non-preemptive thread library")
-- 
2.4.5




reply via email to

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