guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: font-google-roboto: Update to 2.138.


From: guix-commits
Subject: branch master updated: gnu: font-google-roboto: Update to 2.138.
Date: Thu, 17 Dec 2020 16:53:45 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e93ee25  gnu: font-google-roboto: Update to 2.138.
e93ee25 is described below

commit e93ee2547ecec152f9a198ccc338c4329cc69a71
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 17 22:53:13 2020 +0100

    gnu: font-google-roboto: Update to 2.138.
    
    * gnu/packages/fonts.scm (font-google-roboto): Update to 2.138.
---
 gnu/packages/fonts.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index c1abf0f..bed537c 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -791,16 +791,15 @@ display all Unicode symbols.")
 (define-public font-google-roboto
   (package
     (name "font-google-roboto")
-    (version "2.136")
+    (version "2.138")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/google/roboto/releases/download/";
-                           "v" version "/roboto-hinted.zip"))
+                           "v" version "/roboto-unhinted.zip"))
        (file-name (string-append name "-" version ".zip"))
        (sha256
-        (base32
-         "0spscx08fad7i8qs7icns96iwcapniq8lwwqqvbf7bamvs8qfln4"))))
+        (base32 "0a57f957qy49kildqx2lp2paqk9i8kkayakmrzxh39hhhmqlrxkh"))))
     (build-system font-build-system)
     (home-page "https://github.com/google/roboto";)
     (synopsis "The Roboto family of fonts")



reply via email to

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