diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-22 09:14:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-22 09:14:12 +0300 |
commit | 309b38bed61c21ce8ba559a679592ecc1c94dbfc (patch) | |
tree | 0d0c6537e8bd81222005fcd0180c66e0c219c2fe /gnu | |
parent | 55db762b31531609f43b32680298762487702280 (diff) |
gnu: python-biopython: Update to 1.73.
* gnu/packages/bioinformatics.scm (python-biopython): Update to 1.73.
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 0c8ff2b255..9bbb164331 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1241,14 +1241,14 @@ sequencing.") (define-public python-biopython (package (name "python-biopython") - (version "1.70") + (version "1.73") (source (origin (method url-fetch) ;; use PyPi rather than biopython.org to ease updating (uri (pypi-uri "biopython" version)) (sha256 (base32 - "0nz4n9d2y2dg849gn1z0vjlkwcpzzkzy3fij7x94a6ixy2c54z2a")))) + "1q55jhf76z3k6is3psis0ckbki7df26x7dikpcc3vhk1vhkwribh")))) (build-system python-build-system) (arguments `(#:phases |