Archived
1
0
Fork 0

gnu: python-datrie: Update to 0.8.2

* gnu/packages/python-xyz.scm (python-datrie): Update to 0.8.2.
This commit is contained in:
Marius Bakke 2020-04-09 13:00:44 +02:00
parent bdb56513e7
commit ed383b2be6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6773,14 +6773,14 @@ of the structure, dynamics, and functions of complex networks.")
(define-public python-datrie (define-public python-datrie
(package (package
(name "python-datrie") (name "python-datrie")
(version "0.8") (version "0.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "datrie" version)) (uri (pypi-uri "datrie" version))
(sha256 (sha256
(base32 (base32
"0338r8xgmpy78556jhms0h6qkvyjr10p8bpgdvcpqzm9lrmxmmdx")))) "0pbn32flkrpjiwfcknmj6398qa81ba783kbcvwan3kym73v0hnsj"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-cython" ,python-cython) `(("python-cython" ,python-cython)