mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: gpgme: Update to 1.18.0.
* gnu/packages/gnupg.scm (gpgme): Update to 1.18.0.
This commit is contained in:
parent
f958d8f062
commit
1c7c8f0daf
1 changed files with 2 additions and 2 deletions
|
@ -387,13 +387,13 @@ (define-public gnupg-1
|
|||
(define-public gpgme
|
||||
(package
|
||||
(name "gpgme")
|
||||
(version "1.17.1")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0pwg23pzs3ids1lafdwxppv33h3v5b79mp4ypq29n6v6vpssn7ki"))))
|
||||
(base32 "17hfigfnq6xz45b5xrp299f68b5mwx0aysd51sx5v4nf8yp4w79n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list gnupg))
|
||||
|
|
Loading…
Reference in a new issue