guix-commits
[Top][All Lists]
Advanced

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

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


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

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

lfam pushed a commit to branch master
in repository guix.

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

commit ec4a9cadcb2b44f86917c3ebb17c903149e42883
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Dec 17 22:15:38 2020 -0500

    Revert "gnu: font-google-roboto: Update to 2.138."
    
    This commit caused the package definition to no longer install any files.
    
    This reverts commit e93ee2547ecec152f9a198ccc338c4329cc69a71.
---
 gnu/packages/fonts.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 717656d..d5806cd 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -791,15 +791,16 @@ display all Unicode symbols.")
 (define-public font-google-roboto
   (package
     (name "font-google-roboto")
-    (version "2.138")
+    (version "2.136")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/google/roboto/releases/download/";
-                           "v" version "/roboto-unhinted.zip"))
+                           "v" version "/roboto-hinted.zip"))
        (file-name (string-append name "-" version ".zip"))
        (sha256
-        (base32 "0a57f957qy49kildqx2lp2paqk9i8kkayakmrzxh39hhhmqlrxkh"))))
+        (base32
+         "0spscx08fad7i8qs7icns96iwcapniq8lwwqqvbf7bamvs8qfln4"))))
     (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]