mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: libksba: Update to 1.6.7.
* gnu/packages/gnupg.scm (libksba): Update to 1.6.7. Change-Id: If45946a631880dc08a6e92b1112482389cb66f70
This commit is contained in:
parent
34b8b8febe
commit
0859d612f5
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ (define-public libassuan
|
|||
(define-public libksba
|
||||
(package
|
||||
(name "libksba")
|
||||
(version "1.6.3")
|
||||
(version "1.6.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -276,7 +276,7 @@ (define-public libksba
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p6y82j9y6n0l7scjgqhz3as9w13jiqjfx9n2jzynw89nf6wcwiz"))))
|
||||
"0qxpmadxggx5808326i9g4ya0xrnv14mfxpg7rlvckmviq5m2wng"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
(list libgpg-error))
|
||||
|
|
Loading…
Reference in a new issue