all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72564] [PATCH 0/6] gnu: gajim: Update to 1.9.3.
@ 2024-08-10 17:16 Morgan Smith
  2024-08-10 17:27 ` [bug#72564] [PATCH 1/6] gnu: python-nbxmpp: Update to 5.0.3 Morgan Smith
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan Smith @ 2024-08-10 17:16 UTC (permalink / raw)
  To: 72564; +Cc: lars, marius, me, sharlatanus, tanguy, jgart

[PATCH 1/6] gnu: python-nbxmpp: Update to 5.0.3.
[PATCH 2/6] gnu: Add python-protobuf-5.
[PATCH 3/6] gnu: Add python-omemo-dr.
[PATCH 4/6] gnu: gajim: Update to 1.9.3.
[PATCH 5/6] gnu: Remove gajim-omemo.
[PATCH 6/6] gnu: gajim-openpgp: Update to 1.6.1.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [bug#72564] [PATCH 1/6] gnu: python-nbxmpp: Update to 5.0.3.
  2024-08-10 17:16 [bug#72564] [PATCH 0/6] gnu: gajim: Update to 1.9.3 Morgan Smith
@ 2024-08-10 17:27 ` Morgan Smith
  0 siblings, 0 replies; 2+ messages in thread
From: Morgan Smith @ 2024-08-10 17:27 UTC (permalink / raw)
  To: 72564; +Cc: Morgan Smith

* gnu/packages/messaging.scm (python-nbxmpp): Update to 5.0.3.

Change-Id: Id1c4cb770123e9ed4a7fa846107eb38df412bc10
---
 gnu/packages/messaging.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index da04c34636..c2089260da 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1146,13 +1146,13 @@ (define-public znc
 (define-public python-nbxmpp
   (package
     (name "python-nbxmpp")
-    (version "4.2.2")
+    (version "5.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "nbxmpp" version))
        (sha256
-         (base32 "095nyy6vjildhrqigxk6vsh49in6mx17bvb3z5zpjmzhv9b8ix46"))))
+         (base32 "1swzbdl1zr34jynhsm1f401h5hdn9p6vw9vxa7vx0gd3ifkmiz7w"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -1162,7 +1162,6 @@ (define-public python-nbxmpp
           (replace 'check
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests? (invoke "python" "-m" "unittest" "-v")))))))
-    (native-inputs (list `(,glib "bin")))
     (inputs
      (list glib
            glib-networking
-- 
2.45.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-08-10 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-10 17:16 [bug#72564] [PATCH 0/6] gnu: gajim: Update to 1.9.3 Morgan Smith
2024-08-10 17:27 ` [bug#72564] [PATCH 1/6] gnu: python-nbxmpp: Update to 5.0.3 Morgan Smith

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.