diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-12-29 11:47:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-12-29 11:47:10 +0100 |
commit | 469bac1546da999cd06d6f9a56a1ff7459e9527f (patch) | |
tree | 76ec2dcf218cabbc4f74aad6507f17f7adc5cc95 | |
parent | d51e56f7e4ea199f0838e8a9c8cbdacc77ed2cf3 (diff) |
gnu: npth: Update to 1.8.
* gnu/packages/gnupg.scm (npth): Update to 1.8.
Change-Id: Ife07451ffa1f9f484f8ee7464d6a7e56e004cb1a
-rw-r--r-- | 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 288bfc1f3c..26c143d4f5 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -299,13 +299,13 @@ specifications are building blocks of S/MIME and TLS.") (define-public npth (package (name "npth") - (version "1.6") + (version "1.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2")) (sha256 - (base32 "1lg2lkdd3z1s3rpyf88786l243adrzyk9p4q8z9n41ygmpcsp4qk")))) + (base32 "0gnaj176jjfi6ldrq1l1sx7ym0z7kjx8ms96bdp5s1m34d7lpllb")))) (build-system gnu-build-system) (home-page "https://www.gnupg.org") (synopsis "Non-preemptive thread library") |