gnu: libksba: Update to 1.3.5.

* gnu/packages/gnupg.scm (libksba): Update to 1.3.5.
This commit is contained in:
Leo Famulari 2016-08-24 13:44:26 -04:00
parent a0d0ff3519
commit c95f71601c
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ provided.")
(define-public libksba
(package
(name "libksba")
(version "1.3.4")
(version "1.3.5")
(source
(origin
(method url-fetch)
@ -186,7 +186,7 @@ provided.")
version ".tar.bz2"))
(sha256
(base32
"0kxdb02z41cwm1xbwfwj9nbc0dzjhwyq8c475mlhhmpcxcy8ihpn"))))
"0h53q4sns1jz1pkmhcz5wp9qrfn9f5g9i3vjv6dafwzzlvblyi21"))))
(build-system gnu-build-system)
(propagated-inputs
`(("libgpg-error" ,libgpg-error)))