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:
parent
fed30fd281
commit
ec4a9cadcb
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue