guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/13: gnu: python-nbxmpp: Update to 1.0.2.


From: guix-commits
Subject: 05/13: gnu: python-nbxmpp: Update to 1.0.2.
Date: Mon, 19 Oct 2020 18:25:21 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 7c2f46044bfa75029d9444aa935042f4396c601d
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Oct 15 15:53:26 2020 -0400

    gnu: python-nbxmpp: Update to 1.0.2.
    
    * gnu/packages/messaging.scm (python-nbxmpp) [version]: Update to
    1.0.2.
    [arguments]<#:tests?>: Remove argument.
    [native-inputs]: Add glib:bin.
    [inputs]: Add glib, glib-networking, libsoup, python-idna,
    python-precis-i18n and python-pygobject.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/packages/messaging.scm | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8673ef7..95232a8 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -25,6 +25,7 @@
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -701,17 +702,24 @@ 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"))))
+        (base32 "0vw5drr077w9ks4crnw6pwa4735ycyjdcm54knc3w4in4x5027wr"))))
     (build-system python-build-system)
-    (arguments
-     `(#:tests? #f))                    ; no tests
+    (native-inputs
+     `(("glib:bin" ,glib "bin")))
+    (inputs
+     `(("glib" ,glib)
+       ("glib-networking" ,glib-networking)
+       ("libsoup" ,libsoup)
+       ("python-idna" ,python-idna)
+       ("python-precis-i18n" ,python-precis-i18n)
+       ("python-pygobject" ,python-pygobject)))
     (synopsis "Non-blocking Jabber/XMPP module")
     (description "The goal of this python library is to provide a way for 
Python
 applications to use Jabber/XMPP networks in a non-blocking way.  This library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]