mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: gajim-openpgp: Update to 1.4.8.
* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
This commit is contained in:
parent
67884ed5e2
commit
08a2a72a12
1 changed files with 2 additions and 2 deletions
|
@ -1333,7 +1333,7 @@ (define-public gajim-omemo
|
|||
(define-public gajim-openpgp
|
||||
(package
|
||||
(name "gajim-openpgp")
|
||||
(version "1.3.9")
|
||||
(version "1.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
|
@ -1342,7 +1342,7 @@ (define-public gajim-openpgp
|
|||
"https://ftp.gajim.org/plugins_releases/openpgp_"
|
||||
version ".zip"))
|
||||
(sha256
|
||||
(base32 "0fzvvrap1hmj4rbrcjs6cs5c9l9c0795bgw9vxxxk915n6j91m23"))))
|
||||
(base32 "05kgcrxalxsc034kq1i6nriqjb6sdlgf3yb2mani8vk9p00v3j90"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue