gnu: font-rachana: Don't use unstable tarball.
* gnu/packages/fonts.scm (font-rachana)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
0736d973d6
commit
61e079d6c5
@ -562,13 +562,13 @@ fonts.")
|
|||||||
(version "7.0.3")
|
(version "7.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://gitlab.com/smc/rachana/repository/archive.tar.gz?ref=Version"
|
(url "https://gitlab.com/smc/fonts/rachana")
|
||||||
version))
|
(commit (string-append "Version" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17w7n2dxl0a98wrgfmdx5sars4dd3dy5krrz57fv28867zcij8ac"))))
|
(base32 "0r100pvk56y1s38nbv24d78s8nd7dkblgasbn8s887dzj6dps23d"))
|
||||||
|
(file-name (git-file-name name version))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "https://smc.org.in")
|
(home-page "https://smc.org.in")
|
||||||
(synopsis "Malayalam font")
|
(synopsis "Malayalam font")
|
||||||
|
Loading…
Reference in New Issue
Block a user