gnu: npth: Update to 1.5.
* gnu/packages/gnupg.scm (npth): Update to 1.5.
This commit is contained in:
parent
9570b01631
commit
f48a9d4a46
|
@ -207,14 +207,14 @@ specifications are building blocks of S/MIME and TLS.")
|
||||||
(define-public npth
|
(define-public npth
|
||||||
(package
|
(package
|
||||||
(name "npth")
|
(name "npth")
|
||||||
(version "1.4")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
|
(uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wpijvxg5svj893q9vp5r83d9ipwhpbyphb55m89l5m36qc185c9"))))
|
"1hmkkp6vzyrh8v01c2ynzf9vwikyagp7p1lxhbnr4ysk3w66jji9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://www.gnupg.org")
|
(home-page "https://www.gnupg.org")
|
||||||
(synopsis "Non-preemptive thread library")
|
(synopsis "Non-preemptive thread library")
|
||||||
|
|
Loading…
Reference in New Issue