mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: font-public-sans: Update to 2.001.
* gnu/packages/fonts.scm (font-public-sans): Update to 2.001. Change-Id: I404ec907827b4ce5b08f5021ef22dc0e8bb55e7a
This commit is contained in:
parent
12474d20d2
commit
38b88d710e
1 changed files with 2 additions and 2 deletions
|
@ -2519,7 +2519,7 @@ (define-public font-plemoljp
|
|||
(define-public font-public-sans
|
||||
(package
|
||||
(name "font-public-sans")
|
||||
(version "1.008")
|
||||
(version "2.001")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2528,7 +2528,7 @@ (define-public font-public-sans
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qhyxbjv1rnydfpqzd18fbiyz75p4sabphy8yj07hyq0hidp5xsf"))))
|
||||
(base32 "0p3rl4w8m381jxb7in6z9iwjbk1chd7s0gk6jz96c8ci1bddbxk0"))))
|
||||
(build-system font-build-system)
|
||||
(home-page "https://public-sans.digital.gov/")
|
||||
(synopsis "Neutral typeface for interfaces, text, and headings")
|
||||
|
|
Loading…
Reference in a new issue