mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: npth: Update to 1.4.
* gnu/packages/gnupg.scm (npth): Update to 1.4.
This commit is contained in:
parent
b193fb2851
commit
89c83e8c3e
1 changed files with 3 additions and 5 deletions
|
@ -192,16 +192,14 @@ (define-public libksba
|
|||
(define-public npth
|
||||
(package
|
||||
(name "npth")
|
||||
(version "1.3")
|
||||
(version "1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnupg/npth/npth-"
|
||||
version ".tar.bz2"))
|
||||
(uri (string-append "mirror://gnupg/npth/npth-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0am86vblapwz84254qpmhz0chk70g6qzh3wdxcs0gvba8d01ka5w"))))
|
||||
"1wpijvxg5svj893q9vp5r83d9ipwhpbyphb55m89l5m36qc185c9"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://www.gnupg.org")
|
||||
(synopsis "Non-preemptive thread library")
|
||||
|
|
Loading…
Reference in a new issue