mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: font-public-sans: Update to 1.008.
* gnu/packages/fonts.scm (font-public-sans): Update to 1.008.
This commit is contained in:
parent
8a9d52c7e9
commit
6677f33d36
1 changed files with 10 additions and 16 deletions
|
@ -1479,22 +1479,16 @@ (define-public font-mononoki
|
|||
(define-public font-public-sans
|
||||
(package
|
||||
(name "font-public-sans")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/uswds/public-sans.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"12ccj7ph3pg962d52d3slbvd44gwfm6bb2846dxyf1xc5h2iwhdv"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
;; remove versions of predecessor font
|
||||
(delete-file-recursively "fonts/_archive")
|
||||
#t))))
|
||||
(version "1.008")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/uswds/public-sans.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qhyxbjv1rnydfpqzd18fbiyz75p4sabphy8yj07hyq0hidp5xsf"))))
|
||||
(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