Archived
1
0
Fork 0

gnu: npth: Update to 1.4.

* gnu/packages/gnupg.scm (npth): Update to 1.4.
This commit is contained in:
Leo Famulari 2017-05-17 21:24:39 -04:00
parent b193fb2851
commit 89c83e8c3e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -192,16 +192,14 @@ specifications are building blocks of S/MIME and TLS.")
(define-public npth (define-public npth
(package (package
(name "npth") (name "npth")
(version "1.3") (version "1.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
"mirror://gnupg/npth/npth-"
version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0am86vblapwz84254qpmhz0chk70g6qzh3wdxcs0gvba8d01ka5w")))) "1wpijvxg5svj893q9vp5r83d9ipwhpbyphb55m89l5m36qc185c9"))))
(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")