diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-17 10:34:05 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-17 16:03:55 +0200 |
commit | b593f264c8de2945f6e9cbba1d5593e224c39c10 (patch) | |
tree | 57ba1a27cb7a1d044370cc7373f21bb236a44a57 /gnu/packages | |
parent | 6bfcb729268e0d20c6ae78224aef0eaad2ee2e74 (diff) | |
download | patches-b593f264c8de2945f6e9cbba1d5593e224c39c10.tar patches-b593f264c8de2945f6e9cbba1d5593e224c39c10.tar.gz |
gnu: npth: Update to 1.6.
* gnu/packages/gnupg.scm (npth): Update to 1.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnupg.scm | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 2b2b64d9b0..0d619c6a1d 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") |