guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-axolotl: Update to 0.2.3.


From: guix-commits
Subject: 02/04: gnu: python-axolotl: Update to 0.2.3.
Date: Mon, 1 Jun 2020 22:09:39 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit b578168f439d030097d03ecf7449261c0954ddfc
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Jun 2 07:33:29 2020 +0530

    gnu: python-axolotl: Update to 0.2.3.
    
    * gnu/packages/python-crypto.scm (python-axolotl): Update to 0.2.3.
    [source]: Use PyPI URI.
    [propagated-inputs]: Remove python-dateutil and python-pycrypto. Add
    python-cryptography.
---
 gnu/packages/python-crypto.scm | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 59beacf..b30a887 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -635,17 +635,14 @@ python-axolotl.")
 (define-public python-axolotl
   (package
     (name "python-axolotl")
-    (version "0.1.39")
+    (version "0.2.3")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-              (url "https://github.com/tgalal/python-axolotl";)
-              (commit version)))
-       (file-name (git-file-name name version))
-       (patches (search-patches "python-axolotl-AES-fix.patch"))
+       (method url-fetch)
+       (uri (pypi-uri "python-axolotl" version))
        (sha256
-        (base32 "0xm9qgcwf6fq7rhzfcviwhbzcbj4i7wkxkab2z55fy1x82lya9g6"))))
+        (base32
+         "1bwdp24fmriffwx91aigs9k162albb51iskp23nc939z893q23py"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -658,9 +655,8 @@ python-axolotl.")
              #t)))))
     (propagated-inputs
      `(("python-axolotl-curve25519" ,python-axolotl-curve25519)
-       ("python-dateutil" ,python-dateutil)
-       ("python-protobuf" ,python-protobuf)
-       ("python-pycrypto" ,python-pycrypto)))
+       ("python-cryptography" ,python-cryptography)
+       ("python-protobuf" ,python-protobuf)))
     (home-page "https://github.com/tgalal/python-axolotl";)
     (synopsis "Python port of libaxolotl-android")
     (description "This is a python port of libaxolotl-android.  This



reply via email to

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