[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: font-public-sans: Update to 1.008.
From: |
guix-commits |
Subject: |
01/06: gnu: font-public-sans: Update to 1.008. |
Date: |
Wed, 22 Jan 2020 00:20:24 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 6677f33d365001d341c79b354e26464c77411d38
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 22 03:05:38 2020 +0100
gnu: font-public-sans: Update to 1.008.
* gnu/packages/fonts.scm (font-public-sans): Update to 1.008.
---
gnu/packages/fonts.scm | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 1cb8b1c..7d3330e 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1479,22 +1479,16 @@ formatting.")
(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")
- branch master updated (8a9d52c -> 9564967), guix-commits, 2020/01/22
- 01/06: gnu: font-public-sans: Update to 1.008.,
guix-commits <=
- 04/06: gnu: gtkwave: Update to 3.3.103., guix-commits, 2020/01/22
- 05/06: gnu: babl: Update to 0.1.74., guix-commits, 2020/01/22
- 02/06: gnu: librepcb: Update to 0.1.3., guix-commits, 2020/01/22
- 03/06: gnu: gtkwave: Prefer mirror://sourceforge source URI., guix-commits, 2020/01/22
- 06/06: gnu: gegl: Update to 0.4.20., guix-commits, 2020/01/22