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

This commit caused the package definition to no longer install any files.

This reverts commit e93ee2547e.
This commit is contained in:
Leo Famulari 2020-12-17 22:15:38 -05:00
parent fed30fd281
commit ec4a9cadcb
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -791,15 +791,16 @@ (define-public font-google-noto
(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")