gnu: muparser: Don't use unstable tarball.
* gnu/packages/maths.scm (muparser)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
f541d86de6
commit
67f1db3864
|
@ -2950,13 +2950,13 @@ associated functions (eg. contiguous and non-contiguous submatrix views).")
|
||||||
(version (string-append upstream-version "-" revision))
|
(version (string-append upstream-version "-" revision))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/beltoforion/muparser/archive/v"
|
(uri (git-reference
|
||||||
upstream-version ".tar.gz"))
|
(url "https://github.com/beltoforion/muparser.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit (string-append "v" upstream-version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0f0g4995xngf1pp3zr4p6ai2f8v6f8bxwa0k8ayjjiv1l8h44m24"))))
|
||||||
"0277qsi5l23jsck1vhn383bmvc2n9l4a1dl5r9bf7hvjv9ayyrh6"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--enable-samples=no")
|
`(#:configure-flags '("--enable-samples=no")
|
||||||
|
|
Loading…
Reference in New Issue