gnu: font-awesome: Update to 5.7.2.
* gnu/packages/fonts.scm (font-awesome): Update to 5.7.2. [home-page]: Use HTTPS. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
0964671086
commit
590b989c95
|
@ -971,16 +971,17 @@ correct spacing.")
|
||||||
(define-public font-awesome
|
(define-public font-awesome
|
||||||
(package
|
(package
|
||||||
(name "font-awesome")
|
(name "font-awesome")
|
||||||
(version "4.7.0")
|
(version "5.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://fontawesome.io/assets/"
|
(uri (string-append
|
||||||
name "-" version ".zip"))
|
"https://use.fontawesome.com/releases/v" version "/"
|
||||||
|
"fontawesome-free-" version "-desktop.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m1rfwm4sjkv10j3xd2dhwk286a5912b2zgvc692cmxi5gxs68jf"))))
|
"0v8nfyjkzgi33i5arpjqzs16mgh2hx02sf906b8a9k1k7yfqpbgs"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(home-page "http://fontawesome.io")
|
(home-page "https://fontawesome.com")
|
||||||
(synopsis "Font that contains a rich iconset")
|
(synopsis "Font that contains a rich iconset")
|
||||||
(description
|
(description
|
||||||
"Font Awesome is a full suite of pictographic icons for easy scalable
|
"Font Awesome is a full suite of pictographic icons for easy scalable
|
||||||
|
|
Loading…
Reference in New Issue