diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-08-02 14:35:28 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-08-02 14:37:38 +0200 |
commit | c69c2c1c4d127aed8537eab0cc787062b988be10 (patch) | |
tree | 535231d097ef913123a7947f4be7e604f095eb26 /gnu | |
parent | 4bc130dcc0608ad01fcf13934a101498018cba99 (diff) | |
download | guix-c69c2c1c4d127aed8537eab0cc787062b988be10.tar.gz |
gnu: python-intervaltree: Update to 3.1.0.
* gnu/packages/bioinformatics.scm (python-intervaltree): Update to 3.1.0.
Diffstat (limited to 'gnu')
-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 d39e08c08c..17e33c34c1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12102,14 +12102,14 @@ allowing the insertion of arbitrary types into the tree.") (define-public python-intervaltree (package (name "python-intervaltree") - (version "3.0.2") + (version "3.1.0") (source (origin (method url-fetch) (uri (pypi-uri "intervaltree" version)) (sha256 (base32 - "0wz234g6irlm4hivs2qzmnywk0ss06ckagwh15nflkyb3p462kyb")))) + "0bcm6c6r4ck9nfj9xwz4rm2swc5lrjvmw3lyl6rgj639jf41nawh")))) (build-system python-build-system) (arguments `(#:phases |