Archived
1
0
Fork 0

gnu: font-fira-code: Update to 1.205.

* gnu/packages/fonts.scm (font-fira-code): Update to 1.205.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-06 02:23:49 +02:00
parent a5c70c2e0e
commit d83477adf9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -887,7 +887,7 @@ designed to work well in user interface environments.")
(define-public font-fira-code (define-public font-fira-code
(package (package
(name "font-fira-code") (name "font-fira-code")
(version "1.204") (version "1.205")
(source (origin (source (origin
(method url-fetch/zipbomb) (method url-fetch/zipbomb)
(uri (string-append "https://github.com/tonsky/FiraCode/releases/" (uri (string-append "https://github.com/tonsky/FiraCode/releases/"
@ -895,7 +895,7 @@ designed to work well in user interface environments.")
"/FiraCode_" version ".zip")) "/FiraCode_" version ".zip"))
(sha256 (sha256
(base32 (base32
"17wky221b3igrqhmxgmqiyv1xdfn0nw471vzhpkrvv1w2w1w1k18")))) "13bxgf59g6fw5191xclcjzn22hj8jk9k5jjwf7vz07mpjbgadcl5"))))
(build-system font-build-system) (build-system font-build-system)
(home-page "https://mozilla.github.io/Fira/") (home-page "https://mozilla.github.io/Fira/")
(synopsis "Monospaced font with programming ligatures") (synopsis "Monospaced font with programming ligatures")