[PATCH] gnu: emboss: Update to 6.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227161104.17235-1-vincent.legoll@gmail.com
* gnu/packages/bioinformatics.scm (emboss): Update to 6.6.0.
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 96fa22f1a3..333c1cdce2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9163,7 +9163,7 @@ used by @code{ensembldb}, @code{Organism.dplyr}, and other packages.")
(define-public emboss
(package
(name "emboss")
- (version "6.5.7")
+ (version "6.6.0")
(source (origin
(method url-fetch)
(uri (string-append "ftp://emboss.open-bio.org/pub/EMBOSS/old/"
--
2.29.2
Vincent Legoll wrote 4 years ago
(address . 45468@debbugs.gnu.org)
CAEwRq=q8_zJc3qg8BBt0OjB-yCMD9v=JhyhteNmAYQDbOYc0GA@mail.gmail.com
Forget this one, there is something
strange about it.

The hash check did not fail for the
new version...

--
Vincent Legoll
Ludovic Courtès wrote 4 years ago
(address . control@debbugs.gnu.org)
87sg7hzqbk.fsf@gnu.org
tags 45468 wontfix
close 45468
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45468@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45468
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help