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.
This commit is contained in:
Arun Isaac 2020-06-02 07:33:29 +05:30
parent 74f0175870
commit b578168f43
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

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