mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: gemma: Fetch sources from git.
* gnu/packages/bioinformatics.scm (gemma)[source]: Fetch from git.
This commit is contained in:
parent
f09e8abc5e
commit
b113f39019
1 changed files with 6 additions and 5 deletions
|
@ -2831,13 +2831,14 @@ comment or quality sections.")
|
||||||
(name "gemma")
|
(name "gemma")
|
||||||
(version "0.96")
|
(version "0.96")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/xiangzhou/GEMMA/archive/v"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/xiangzhou/GEMMA.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"055ynn16gd12pf78n4vr2a9jlwsbwzajpdnf2y2yilg1krfff222"))
|
"0sa4mllp7890v5pss0mm02ik8yixl7az3vprcw3kp7qmr9gwrdai"))
|
||||||
(patches (search-patches "gemma-intel-compat.patch"))))
|
(patches (search-patches "gemma-intel-compat.patch"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gsl" ,gsl)
|
`(("gsl" ,gsl)
|
||||||
|
|
Loading…
Add table
Reference in a new issue