gnu: font-google-material-design-icons: Don't use unstable tarball.

* gnu/packages/fonts.scm (font-google-material-design-icons)[source]:
Download using git-fetch.
master
Efraim Flashner 2019-03-27 22:21:14 +02:00
parent 1f07550c86
commit 1e90e4b0d9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 6 deletions

View File

@ -1142,14 +1142,14 @@ monospace, slab-serif fonts.")
(name "font-google-material-design-icons") (name "font-google-material-design-icons")
(version "3.0.1") (version "3.0.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/google/material-design-icons/archive/" (url "https://github.com/google/material-design-icons.git")
version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"018i3za9r6kf6svci33z09lc5pr5yz4164m8gzzwjzzqcrng0p5j")) "17q5brcqyyc8gbjdgpv38p89s60cwxjlwy2ljnrvas5cj0s62np0"))))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system font-build-system) (build-system font-build-system)
(home-page "http://google.github.io/material-design-icons") (home-page "http://google.github.io/material-design-icons")
(synopsis "Icon font of Google Material Design icons") (synopsis "Icon font of Google Material Design icons")