guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]