mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-passlib: Update to 1.7.2.
* gnu/packages/python-crypto.scm (python-passlib): Update to 1.7.2.
This commit is contained in:
parent
4e5e3bb8b9
commit
aadd107d5a
1 changed files with 3 additions and 5 deletions
|
@ -109,14 +109,13 @@ (define-public python2-bcrypt
|
||||||
(define-public python-passlib
|
(define-public python-passlib
|
||||||
(package
|
(package
|
||||||
(name "python-passlib")
|
(name "python-passlib")
|
||||||
(version "1.7.1")
|
(version "1.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "passlib" version))
|
(uri (pypi-uri "passlib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1a5ngap7kq0b4azq8nlfg6xg5bcl1i0v1sbynhmbr631jgpnqrld"))))
|
||||||
"1q2khqpj9rlcgdmkypjdq1kswvhjf72bq0zk2cv669cc2dj8z51x"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
|
@ -129,8 +128,7 @@ (define-public python-passlib
|
||||||
;; some tests require access to "$HOME/.cython"
|
;; some tests require access to "$HOME/.cython"
|
||||||
(lambda* _ (setenv "PYTHON_EGG_CACHE" "/tmp") #t)))))
|
(lambda* _ (setenv "PYTHON_EGG_CACHE" "/tmp") #t)))))
|
||||||
(home-page "https://bitbucket.org/ecollins/passlib")
|
(home-page "https://bitbucket.org/ecollins/passlib")
|
||||||
(synopsis
|
(synopsis "Comprehensive password hashing framework")
|
||||||
"Comprehensive password hashing framework")
|
|
||||||
(description
|
(description
|
||||||
"Passlib is a password hashing library for Python 2 & 3, which provides
|
"Passlib is a password hashing library for Python 2 & 3, which provides
|
||||||
cross-platform implementations of over 30 password hashing algorithms, as well
|
cross-platform implementations of over 30 password hashing algorithms, as well
|
||||||
|
|
Loading…
Reference in a new issue