GNU bug report logs -
#43076
[PATCH] update gajim to 1.2.2
Previous Next
Reported by: Mason Hock <chaosmonk <at> riseup.net>
Date: Thu, 27 Aug 2020 21:10:02 UTC
Severity: normal
Tags: patch
Merged with 43156
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 18 Dec 2020 14:09:13 +0100
with message-id <87a6ubdzwm.fsf <at> gnu.org>
and subject line Re: [bug#43076] [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
has caused the debbugs.gnu.org bug report #43076,
regarding [PATCH v2] gnu: gajim: Update to 1.2.2
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
43076: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43076
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mason Hock <mason <at> masonhock.com>
---
gnu/packages/messaging.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9dc3e58ef9..724da61776 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -617,14 +617,14 @@ simultaneously and therefore appear under the same nickname on IRC.")
(define-public python-nbxmpp
(package
(name "python-nbxmpp")
- (version "0.6.10")
+ (version "1.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbxmpp" version))
(sha256
(base32
- "1vq89nhamciblyi5579bppnm4sb0zk5cg5hdipfpz174fxvl2wyd"))))
+ "0vw5drr077w9ks4crnw6pwa4735ycyjdcm54knc3w4in4x5027wr"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; no tests
@@ -642,15 +642,15 @@ was initially a fork of xmpppy, but uses non-blocking sockets.")
(define-public gajim
(package
(name "gajim")
- (version "1.1.3")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append "https://gajim.org/downloads/"
(version-major+minor version)
- "/gajim-" version ".tar.bz2"))
+ "/gajim-" version ".tar.gz"))
(sha256
(base32
- "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
+ "1gfcp3b5nq43xxz5my8vfhfxnnli726j3hzcgwh9fzrzzd9ic3gx"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -727,7 +727,10 @@ else [])"))
"/site-packages"))))))
(native-inputs
`(("intltool" ,intltool)
+ ("libsoup" ,libsoup)
+ ("python-css-parser" ,python-css-parser)
("python-docutils" ,python-docutils)
+ ("python-packaging" ,python-packaging)
("xorg-server" ,xorg-server-for-tests)))
(inputs
`(("adwaita-icon-theme" ,adwaita-icon-theme)
--
2.28.0
[Message part 3 (message/rfc822, inline)]
Hi,
Gajim was updated in a4f763cd6a69b64bf6a7e7d1a82002040c7eefe9.
Closing!
Ludo’.
This bug report was last modified 4 years and 152 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.