mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libksba: Update to 1.5.1.
* gnu/packages/gnupg.scm (libksba): Update to 1.5.1.
This commit is contained in:
parent
32646c321d
commit
7604d960ea
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ (define-public libassuan
|
|||
(define-public libksba
|
||||
(package
|
||||
(name "libksba")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -208,7 +208,7 @@ (define-public libksba
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1fm0mf3wq9fmyi1rmc1vk2fafn6liiw2mgxml3g7ybbb44lz2jmf"))))
|
||||
"08grggf4c7sxahna12slwhqrbgi8gbkw1f7n94irlza49rgcdx5h"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libgpg-error" ,libgpg-error)))
|
||||
|
|
Loading…
Reference in a new issue