mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 08:35:58 +02:00
gnu: seqan-1: Use HTTPS source URI.
* gnu/packages/bioinformatics.scm (seqan-1)[source]: Use HTTPS URI.
This commit is contained in:
@@ -6624,7 +6624,7 @@ bioinformatics file formats, sequence alignment, and more.")
|
||||
(version "1.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://packages.seqan.de/seqan-library/"
|
||||
(uri (string-append "https://packages.seqan.de/seqan-library/"
|
||||
"seqan-library-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
|
||||
Reference in New Issue
Block a user