unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Mason Hock <chaosmonk@riseup.net>
To: 43156@debbugs.gnu.org
Cc: Mason Hock <mason@masonhock.com>
Subject: [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2
Date: Tue,  1 Sep 2020 10:12:18 -0700	[thread overview]
Message-ID: <20200901171218.19230-1-chaosmonk@riseup.net> (raw)

From: Mason Hock <mason@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





             reply	other threads:[~2020-09-01 17:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 17:12 Mason Hock [this message]
2020-09-01 18:57 ` [bug#43156] [PATCH v2] gnu: gajim: Update to 1.2.2 Mason Hock
2020-10-12 17:26   ` [bug#43076] " Ludovic Courtès
2020-10-21  3:20     ` Mason Hock
2020-12-18 13:09       ` [bug#43156] " Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2020-08-27 20:56 [bug#43076] [PATCH] update gajim " Mason Hock
2020-09-01 13:44 ` Efraim Flashner
2020-09-01 17:09   ` Mason Hock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200901171218.19230-1-chaosmonk@riseup.net \
    --to=chaosmonk@riseup.net \
    --cc=43156@debbugs.gnu.org \
    --cc=mason@masonhock.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).