mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: geierlein: Don't use unstable tarball.
* gnu/packages/finance.scm (geierlein)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
8b7ac58c16
commit
1fd71120a7
1 changed files with 7 additions and 7 deletions
|
@ -252,13 +252,13 @@ (define-public geierlein
|
||||||
(version "0.9.13")
|
(version "0.9.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/stesie/geierlein"
|
(uri (git-reference
|
||||||
"/archive/V" version ".tar.gz"))
|
(url "https://github.com/stesie/geierlein.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 "00zpwr3lk2vdmd60fgdwdk0xxs52wvnm19ln2m75yfphydvkglic"))))
|
||||||
"11jfa7mxvvf0ldhx0hsvjbx3xwvzvn2wrfjpms8c7qmrnqhwh4wp"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; would require npm, python and a lot more
|
`(#:tests? #f ; would require npm, python and a lot more
|
||||||
|
|
Loading…
Reference in a new issue