guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: seqmagick: Update to 0.8.0.


From: guix-commits
Subject: branch master updated: gnu: seqmagick: Update to 0.8.0.
Date: Sat, 05 Sep 2020 16:40:45 -0400

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 44f93ed  gnu: seqmagick: Update to 0.8.0.
44f93ed is described below

commit 44f93ed6ed04bd1f47c86577568520584e207862
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Sep 5 22:32:33 2020 +0200

    gnu: seqmagick: Update to 0.8.0.
    
    * gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.
---
 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 893e3c2..cab3df2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6357,14 +6357,14 @@ bioinformatics file formats, sequence alignment, and 
more.")
 (define-public seqmagick
   (package
     (name "seqmagick")
-    (version "0.7.0")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "seqmagick" version))
        (sha256
         (base32
-         "12bfyp8nqi0hd36rmj450aygafp01qy3hkbvlwn3bk39pyjjkgg5"))))
+         "0pf98da7i59q47gwrbx0wjk6xlvbybiwphw80w7h4ydjj0579a2b"))))
     (build-system python-build-system)
     (inputs
      `(("python-biopython" ,python-biopython)))



reply via email to

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