me
/
guix
Archived
1
0
Fork 0

gnu: python-ldap: Update to 3.3.1.

* gnu/packages/openldap.scm (python-ldap): Update to 3.3.1.
master
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
1 changed files with 2 additions and 2 deletions

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