mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ritornello: Fetch sources from git.
* gnu/packages/bioinformatics.scm (ritornello)[source]: Fetch from git.
This commit is contained in:
parent
e0a8fc85dd
commit
7145f4e519
1 changed files with 6 additions and 6 deletions
|
@ -11258,14 +11258,14 @@ (define-public ritornello
|
||||||
(name "ritornello")
|
(name "ritornello")
|
||||||
(version "1.0.0")
|
(version "1.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/KlugerLab/"
|
(uri (git-reference
|
||||||
"Ritornello/archive/v"
|
(url "https://github.com/KlugerLab/Ritornello.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02nik86gq9ljjriv6pamwlmqnfky3ads1fpklx6mc3hx6k40pg38"))))
|
"1xpki1pkxwmn7n5n23vv64zvikss4fj53vlzhnp3j34wrmxik3h8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
|
Loading…
Reference in a new issue