summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-04-09 13:00:44 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-04-09 20:04:43 +0200
commited383b2be639b6595373e2f0a2c0710d1cba8429 (patch)
tree5fad182269e1fd7886152b740e84b20897e95b9d
parentbdb56513e7588dbc9c6e3be1526dafb5d8157e49 (diff)
downloadpatches-ed383b2be639b6595373e2f0a2c0710d1cba8429.tar
patches-ed383b2be639b6595373e2f0a2c0710d1cba8429.tar.gz
gnu: python-datrie: Update to 0.8.2
* gnu/packages/python-xyz.scm (python-datrie): Update to 0.8.2.
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b97e21a62..4d6c00c97d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6773,14 +6773,14 @@ of the structure, dynamics, and functions of complex networks.")
(define-public python-datrie
(package
(name "python-datrie")
- (version "0.8")
+ (version "0.8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "datrie" version))
(sha256
(base32
- "0338r8xgmpy78556jhms0h6qkvyjr10p8bpgdvcpqzm9lrmxmmdx"))))
+ "0pbn32flkrpjiwfcknmj6398qa81ba783kbcvwan3kym73v0hnsj"))))
(build-system python-build-system)
(native-inputs
`(("python-cython" ,python-cython)