mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: font-iosevka-slab: Update source hash.
* gnu/packages/fonts.scm (font-iosevka-slab)[source]: Update sha256.
This commit is contained in:
parent
90d5f4963f
commit
a4893b382a
1 changed files with 2 additions and 1 deletions
|
@ -1140,6 +1140,7 @@ (define-public font-comic-neue
|
|||
(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 @@ (define-public font-iosevka-slab
|
|||
"/releases/download/v" version
|
||||
"/ttc-iosevka-slab-" version ".zip"))
|
||||
(sha256
|
||||
(base32 "186d0pl13znysll3hvzm1ixn7ad616g6dhla55sbh6ki2j04b8ml"))))))
|
||||
(base32 "1rkmgi08kknc1fg54zpa6w92m3b3v7pc8cpwygz22kgd2h0mdrr8"))))))
|
||||
|
||||
(define-public font-go
|
||||
(let ((commit "f03a046406d4d7fbfd4ed29f554da8f6114049fc")
|
||||
|
|
Loading…
Reference in a new issue