emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#33032: closed ([PATCH] gnu: update python-biopython to 1.72)


From: GNU bug Tracking System
Subject: bug#33032: closed ([PATCH] gnu: update python-biopython to 1.72)
Date: Thu, 07 Apr 2022 12:06:02 +0000

Your message dated Thu, 07 Apr 2022 14:03:26 +0200
with message-id <86zgkx2j8x.fsf@gmail.com>
and subject line Re: bug#33032: [PATCH] gnu: update python-biopython to 1.72
has caused the debbugs.gnu.org bug report #33032,
regarding [PATCH] gnu: update python-biopython to 1.72
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
33032: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33032
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: update python-biopython to 1.72 Date: Fri, 12 Oct 2018 22:49:45 -0500
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 91bb94c54..2f59211ab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
 ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
 ;;; Copyright © 2018 Mădălin Ionel Patrașcu 
<madalinionel.patrascu@mdc-berlin.de>
+;;; Copyright © 2018 Brett Gilio <brettg@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -732,14 +733,14 @@ provide a coordinated and extensible framework to do 
computational biology.")
 (define-public python-biopython
   (package
     (name "python-biopython")
-    (version "1.70")
+    (version "1.72")
     (source (origin
               (method url-fetch)
               ;; use PyPi rather than biopython.org to ease updating
               (uri (pypi-uri "biopython" version))
               (sha256
                (base32
-                "0nz4n9d2y2dg849gn1z0vjlkwcpzzkzy3fij7x94a6ixy2c54z2a"))))
+                "18p5dk9hdjq1p8sz3fgld0yajsdf0bb28gbv4rk0rfdd8cj4jsxb"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.19.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#33032: [PATCH] gnu: update python-biopython to 1.72 Date: Thu, 07 Apr 2022 14:03:26 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Thank for your contribution.  Currently Guix provides more recent
versions of BioPython.


On Fri, 12 Oct 2018 at 22:49, Brett Gilio <brettg@posteo.net> wrote:

>      (name "python-biopython")
> -    (version "1.70")
> +    (version "1.72")

--8<---------------cut here---------------start------------->8---
$ guix show python-biopython  | recsel -C -p version
version: 1.76
version: 1.73
--8<---------------cut here---------------end--------------->8---

Therefore, closing!


Cheers,
simon


--- End Message ---

reply via email to

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