mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: gajim-openpgp: Downgrade to 1.2.14.
This version is compatible with the stable version of gajim (1.2.2). * gnu/packages/messaging.scm (gajim-openpgp)[version]: Downgrade to 1.2.14. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
8af6a0661e
commit
3ab0b27e32
1 changed files with 2 additions and 2 deletions
|
@ -888,7 +888,7 @@ (define-public gajim-omemo
|
|||
(define-public gajim-openpgp
|
||||
(package
|
||||
(name "gajim-openpgp")
|
||||
(version "1.3.5")
|
||||
(version "1.2.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch/zipbomb)
|
||||
|
@ -897,7 +897,7 @@ (define-public gajim-openpgp
|
|||
"https://ftp.gajim.org/plugins_releases/openpgp_"
|
||||
version ".zip"))
|
||||
(sha256
|
||||
(base32 "1jvpl2gjl5xxvsgxpmvh3mn2mm142dg2hknakkc32swb7l1fqx5m"))))
|
||||
(base32 "0wdjpf1i4pvl4ha4plfpywwi9aw5n2mhrpv8mmbidpawxqfbd94b"))))
|
||||
(build-system trivial-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build utils))
|
||||
|
|
Loading…
Reference in a new issue