gnu: faba-icon-theme: Don't use unstable tarball.

* gnu/packages/gnome.scm (faba-icon-theme)[source]: Use GIT-FETCH and
GIT-FILE-NAME, and follow upstream redirection.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-29 14:25:37 +01:00
parent a566231947
commit 757e402792
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -7172,13 +7172,13 @@ (define-public faba-icon-theme
(version "4.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/moka-project/"
name "/archive/v" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/snwh/faba-icon-theme.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"18ln06xl60qzvzz61zq9q72hdbfgjsza3flph8i2asyzx3dffz68"))))
(base32 "0xh6ppr73p76z60ym49b4d0liwdc96w41cc5p07d48hxjsa6qd6n"))))
(build-system meson-build-system)
(arguments
`(#:phases