parent
6bfcb72926
commit
b593f264c8
|
@ -201,14 +201,13 @@ specifications are building blocks of S/MIME and TLS.")
|
||||||
(define-public npth
|
(define-public npth
|
||||||
(package
|
(package
|
||||||
(name "npth")
|
(name "npth")
|
||||||
(version "1.5")
|
(version "1.6")
|
||||||
(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 "1lg2lkdd3z1s3rpyf88786l243adrzyk9p4q8z9n41ygmpcsp4qk"))))
|
||||||
"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")
|
||||||
|
|
Reference in New Issue