[PATCH] update gajim-omemo to 2.7.7

  • Done
  • quality assurance status badge
Details
2 participants
  • Mason Hock
  • Efraim Flashner
Owner
unassigned
Submitted by
Mason Hock
Severity
normal

Debbugs page

Mason Hock wrote 5 years ago
(address . guix-patches@gnu.org)(name . Mason Hock)(address . chaosmonk@riseup.net)
20200827210035.32179-1-chaosmonk@riseup.net
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 6c47004293..01b284c390 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -759,7 +759,7 @@ end-to-end encryption support; XML console.")
(define-public gajim-omemo
(package
(name "gajim-omemo")
- (version "2.7.4")
+ (version "2.7.7")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
@@ -767,7 +767,7 @@ end-to-end encryption support; XML console.")
version ".zip"))
(sha256
(base32
- "00zrj57n86c2m99n0swmmaws4f8zccbgbi8fknv6f9b1vif9jc8p"))))
+ "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
--
2.28.0
Efraim Flashner wrote 5 years ago
(name . Mason Hock)(address . chaosmonk@riseup.net)(address . 43077-done@debbugs.gnu.org)
20200901134714.GF856@E5400
I added a copyright line for you to the header of the file and adjusted
the commit message to fit the project conventions.

Thanks! Patch pushed!


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9OUOIACgkQQarn3Mo9
g1HKWxAAp8eN6HpCPdORBmZlpIUAu9gd6t8mXs7Ji92TpkTwBKuJcPK6cCp6WuOW
cQ9lOUtCKTZasMac4ZHoPnge9Xzv8IpymsiI1pCAIpMRAPC6L4hbRz9PAnAg/QFS
vZCrToB+/YBmU8/7Dj+nM7ykOxSfouoeZIStphPgiVx3iZPK1JsWehdlkM9Tvigo
JHa4ZeDrtXnbSUE4U+7ln2pg0nEu1gpoxnzy9tmwNzJUCuWg5OSupDMT2UP6Qnx7
DfrQwjBCAf3QLhCIeuXO7//lbLJ0IibAEkLGBbGzzt19+Qsa4+1qPd59eZKxLqR7
y4+ofxcIz5JYbP30nYEPcT017I3pDQg22uWo9qo65cffdDS4NNxDMJxcX2XgCnXn
wOZLat311gLysDg65FoUtbAg2quJ3L0FpIykbQZajQYh6DdHunY83woA/7eqV1Vp
Wvk5616WVQBlj55IS8BbxzIzQBQpvrYsuf/jmsBL4BXtmUZFp1mAf/0xNK6YgTjw
C4XC8O/AlLQBk06iZZ2az889iTHvrxQv9ZsSXKET5lljUUL3z7BS+Uq/Bczj7yNW
a8/7oAn1BUZJXRpiBXDoGKUpBY+Ltiw2NDoXdCg053xST/1JUTjYmKg9vHlRZr53
s1Lmym/4GSdfF9xBqvMMU1lRpLz95U2bL5cvATluM0TPOMHqJmc=
=y+hp
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43077@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43077
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help