diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-28 13:56:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-28 13:59:11 -0400 |
commit | 044ac8d2947ffe3775ab8bb70b264bfb2a1310ce (patch) | |
tree | 718be48f5e113842e4d57f19da7e9315905a5bf1 /gnu/packages | |
parent | 900fb8d005e47d1b344cb9c448f1c3c785d94a0a (diff) |
gnu: python-twobitreader: Update to 3.1.4.
* gnu/packages/bioinformatics.scm (python-twobitreader, python2-twobitreader):
Update to 3.1.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 0b6e14df89..4750cb97bf 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1426,13 +1426,13 @@ also includes an interface for tabix.") (define-public python-twobitreader (package (name "python-twobitreader") - (version "3.1.2") + (version "3.1.4") (source (origin (method url-fetch) (uri (pypi-uri "twobitreader" version)) (sha256 (base32 - "0y408fp6psqzwxpcpqn0wp7fr41dwz8d54wpj6j261fj5q8vs169")))) + "1q8wnj2kga9nz1lwc4w7qv52smfm536hp6mc8w6s53lhyj0mpi22")))) (properties `((python2-variant . ,(delay python2-twobitreader)))) (build-system python-build-system) (arguments |