guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: python-biopython: Update to 1.73.


From: guix-commits
Subject: 01/12: gnu: python-biopython: Update to 1.73.
Date: Thu, 22 Jul 2021 04:51:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 309b38bed61c21ce8ba559a679592ecc1c94dbfc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 22 09:14:12 2021 +0300

    gnu: python-biopython: Update to 1.73.
    
    * gnu/packages/bioinformatics.scm (python-biopython): Update to 1.73.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0c8ff2b..9bbb164 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]