[PATCH] gnu: mafft: Update to 7.475.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Mădălin Ionel Patrașcu
Owner
unassigned
Submitted by
Mădălin Ionel Patrașcu
Severity
normal

Debbugs page

Mădălin Ionel Patrașcu wrote 4 years ago
(address . guix-patches@gnu.org)(name . Mădălin Ionel Patrașcu)(address . madalinionel.patrascu@mdc-berlin.de)
20210114183415.11844-1-madalinionel.patrascu@mdc-berlin.de
* gnu/packages/bioinformatics.scm (mafft): Update to 7.475.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 512abcd8fd..62882e672c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4687,7 +4687,7 @@ sequencing tag position and orientation.")
(define-public mafft
(package
(name "mafft")
- (version "7.471")
+ (version "7.475")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4696,7 +4696,7 @@ sequencing tag position and orientation.")
(file-name (string-append name "-" version ".tgz"))
(sha256
(base32
- "0r1973fx2scq4712zdqfy67wkzqj0c0bhrdy4jxhvq40mdxyry30"))))
+ "0i2i2m3blh2xkbkdk48hxfssks30ny0v381gdl7zwhcvp0axs26r"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no automated tests, though there are tests in the read me
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Mădălin Ionel Patrașcu)(address . madalinionel.patrascu@mdc-berlin.de)(address . 45869-done@debbugs.gnu.org)
YAVgNYG+kZGiUHeD@3900XT
looks good. patch pushed!


--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAFYDQACgkQQarn3Mo9
g1EPsA//VGWQvx82XEYXSscc9lIM5iRDQOXtnKINmhIqh6LJTMRzqczuFByZemlh
nQBM5TP5SOFWutSVdQrC/1n71zsqW0sN0dGhxI8f7itJXVsFPXtq/xvNTrqwmZg8
4ghsSChSzduV2fpvkSFDj2bJi4zr6WKiuYMxBoZd8mKGmlYpzkiZP2hbXw72gqJR
Yz6b7EISOYJV0/oWMCVep+t0ZazS/0I3giXCZDDB9wtwL8kGon8GrGcdur9FLQ/q
gVwmLcWmNb4C8tWeu9dZ1D2ANc6FNxh5Q3MEN8xghWK/eHUJHUWLOslQLDNf5ONE
bG7onwGZuwBAxQIMfdjZ4jaLN7hofWAM5cvV46xlFZOYMruavCUuuGkNCpCBKW4i
qEyRcfnBvQNdZ5nvGdVGMVh8D693gZNqCsMeEWcmeNXyBzjJO78J4VpsFJooioeD
TxeicIzkeCodNpEO+1nVYyK5/yWRpdnjlExdovP7oietOACAG1hlT8xw0kvJYp3A
Gl6hhLscGle/HQbS/CbGXYQU2EfmPi49Oyadz2nCKtXYC7AJC6EyQJRROiWdzGRW
6wQWDsKJzAe1/Ui3Ic9uUBO2EA2NHXTiDqGOQe9IbS8MV0gMJ4wAKV5b1QtJO5wd
9oDhksnY5Twu956+7dlvvDiUZVIxPik4kdraPZIBmE5tkoguByQ=
=2dF2
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45869
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