mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: npth: Update to 1.8.
* gnu/packages/gnupg.scm (npth): Update to 1.8. Change-Id: Ife07451ffa1f9f484f8ee7464d6a7e56e004cb1a
This commit is contained in:
parent
0859d612f5
commit
f4abe0fc61
1 changed files with 2 additions and 2 deletions
|
@ -298,13 +298,13 @@ (define-public libksba
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue