3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: font-iosevka-slab: Update source hash.

* gnu/packages/fonts.scm (font-iosevka-slab)[source]: Update sha256.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-10 04:22:45 +01:00
parent 90d5f4963f
commit a4893b382a
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1140,6 +1140,7 @@ typeface, by mimicking Comic Sans while fixing its most obvious shortcomings.")
(define-public font-iosevka
(package
(name "font-iosevka")
;; When updating, also update the hash of the Iosevka variant(s) below.
(version "2.3.3")
(source
(origin
@ -1171,7 +1172,7 @@ programming. Iosevka is completely generated from its source code.")
"/releases/download/v" version
"/ttc-iosevka-slab-" version ".zip"))
(sha256
(base32 "186d0pl13znysll3hvzm1ixn7ad616g6dhla55sbh6ki2j04b8ml"))))))
(base32 "1rkmgi08kknc1fg54zpa6w92m3b3v7pc8cpwygz22kgd2h0mdrr8"))))))
(define-public font-go
(let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc")