diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2022-06-26 06:42:24 -0400 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2022-06-26 07:08:45 -0400 |
commit | 67884ed5e27fba4314d0ee099c7807db536006e4 (patch) | |
tree | 654bfe85343c3aec71084ec3ddb42de3f9d06ae4 /gnu | |
parent | d89e75ee859de79165b2eadacdf63a48a7bcc0d0 (diff) | |
download | guix-67884ed5e27fba4314d0ee099c7807db536006e4.tar.gz |
gnu: gajim-omemo: Update to 2.8.13.
* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f269d66d96..142108e81c 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1297,7 +1297,7 @@ and OpenPGP) and available in 29 languages.") (define-public gajim-omemo (package (name "gajim-omemo") - (version "2.7.14") + (version "2.8.13") (source (origin (method url-fetch/zipbomb) @@ -1306,7 +1306,7 @@ and OpenPGP) and available in 29 languages.") "https://ftp.gajim.org/plugins_releases/omemo_" version ".zip")) (sha256 - (base32 "0jmyjqfc4vimvq5vdqsvz25dsij6bh92alml8qnn59p5farnf86v")))) + (base32 "10ym9abvlfpi6llpsqc0691xdnqp9hrwnl361fnwb1nx2zw6bjbd")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) |