gnu: pscircle: Don't use unstable tarball.
* gnu/packages/admin.scm (pscircle)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
f9dff4f7fa
commit
494b702a89
|
@ -2813,14 +2813,14 @@ support forum. It runs with the @code{/exec} command in most IRC clients.")
|
||||||
(version "1.1.0")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://gitlab.com/mildlyparallel/pscircle/-/archive/v"
|
(url "https://gitlab.com/mildlyparallel/pscircle.git")
|
||||||
version "/pscircle-v" 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
|
||||||
"1k757yf2bmgfrjd417l6kpcf83hlvi0z1791vz967mwcklrsb3fj"))))
|
"1sxdnhkcr26l29nk0zi1zkvkd7128xglfql47rdb1bx940vflgb6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue