guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-plastid: Update to 0.5.1.


From: guix-commits
Subject: 01/05: gnu: python-plastid: Update to 0.5.1.
Date: Fri, 3 Dec 2021 07:57:20 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 7fb5bfc54fc38bc9c080823ca8f5f09da2c9b4f4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 2 20:28:51 2021 +0100

    gnu: python-plastid: Update to 0.5.1.
    
    * gnu/packages/bioinformatics.scm (python-plastid): Update to 0.5.1.
---
 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 67315b8..2d3d69d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2441,13 +2441,13 @@ UCSC genome browser.")
 (define-public python-plastid
   (package
     (name "python-plastid")
-    (version "0.4.8")
+    (version "0.5.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "plastid" version))
               (sha256
                (base32
-                "0l24dd3q66if8yj042m4s0g95n6acn7im1imqd3p6h8ns43kxhj8"))))
+                "1a7mdky2xw02y88l51f58pqk8039ahdp6sblj3zx58zarmy2pqyl"))))
     (build-system python-build-system)
     (arguments
      ;; Some test files are not included.



reply via email to

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