guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-slixmpp: Update to 1.8.3.


From: guix-commits
Subject: branch core-updates updated: gnu: python-slixmpp: Update to 1.8.3.
Date: Sun, 19 Feb 2023 17:07:55 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 3b57f25f55 gnu: python-slixmpp: Update to 1.8.3.
3b57f25f55 is described below

commit 3b57f25f55c52c97428106de285d3cf2746554dc
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sun Feb 19 22:58:45 2023 +0100

    gnu: python-slixmpp: Update to 1.8.3.
    
    * gnu/packages/python-xyz.scm (python-slixmpp): Update to 1.8.3.
    [propagated-inputs]: Add python-cryptography, python-defusedxml and
    python-emoji.
---
 gnu/packages/python-xyz.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6181957d44..e1096a2f60 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1065,7 +1065,7 @@ generator MkDocs.")
 (define-public python-slixmpp
   (package
     (name "python-slixmpp")
-    (version "1.5.2")
+    (version "1.8.3")
     (source
      (origin
        (method git-fetch)
@@ -1077,7 +1077,7 @@ generator MkDocs.")
        (file-name
         (git-file-name name version))
        (sha256
-        (base32 "15mqxcws14bjvh5jcfwl86zsvrymkdw3ya07vb44md7vfnsnclwx"))))
+        (base32 "0cvr037qhf0fpby5dci6ckqngaly1mnjs2zpndwgmvr3dyvrd8l8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -1093,7 +1093,12 @@ generator MkDocs.")
        ("gnupg" ,gnupg)
        ("pkg-config" ,pkg-config)))
     (propagated-inputs
-     (list python-aiodns python-aiohttp python-pyasn1
+     (list python-aiodns
+           python-aiohttp
+           python-cryptography
+           python-defusedxml
+           python-emoji
+           python-pyasn1
            python-pyasn1-modules))
     (inputs
      (list libidn python)) ; We are building a Python extension.



reply via email to

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