mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: gpgme: Update to 1.17.1.
* gnu/packages/gnupg.scm (gpgme): Update to 1.17.1.
This commit is contained in:
parent
c16a6a9ea2
commit
bbeed856b3
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.15.1")
|
||||
(version "1.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnupg/gpgme/gpgme-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1bg13l5s8x9p1v0jyv29n84bay27pflindpzjsc9gj7i4wdkrg7f"))))
|
||||
(base32 "0pwg23pzs3ids1lafdwxppv33h3v5b79mp4ypq29n6v6vpssn7ki"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list gnupg))
|
||||
|
|
Loading…
Reference in a new issue