mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: npth: Update to 1.2.
* gnu/packages/gnupg.scm (npth): Update to 1.2.
This commit is contained in:
parent
15e771b001
commit
b96485b939
1 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ (define-public libksba
|
||||||
(define-public npth
|
(define-public npth
|
||||||
(package
|
(package
|
||||||
(name "npth")
|
(name "npth")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -176,7 +176,7 @@ (define-public npth
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zyzwmk4mp6pas87jz35zx0jvwdz7x5b13w225gs73gcn8g5cv49"))))
|
"12n0nvhw4fzwp0k7gjv3rc6pdml0qiinbbfiz4ilg6pl5kdxvnvd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.gnupg.org")
|
(home-page "http://www.gnupg.org")
|
||||||
(synopsis "Non-preemptive thread library")
|
(synopsis "Non-preemptive thread library")
|
||||||
|
|
Loading…
Reference in a new issue