3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-ldap: Update to 3.3.1.

* gnu/packages/openldap.scm (python-ldap): Update to 3.3.1.
This commit is contained in:
Marius Bakke 2020-09-01 15:04:09 +02:00
parent 6673d1b58b
commit 758fb0478e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -191,14 +191,14 @@ an LDAP server.")
(define-public python-ldap
(package
(name "python-ldap")
(version "3.1.0")
(version "3.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-ldap" version))
(sha256
(base32
"1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1"))))
"198as30xy6p760niqps2zdvq2xcmr765h06pmda8fa9y077wl4a7"))))
(build-system python-build-system)
(arguments
`(#:phases