Skip to content
Snippets Groups Projects
Commit 29f9abb4 authored by Alex Kost's avatar Alex Kost
Browse files

gnu: font-ubuntu: Update to 0.83.

* gnu/packages/fonts.scm (font-ubuntu): Update to 0.83.
parent e2a3d690
No related branches found
No related tags found
No related merge requests found
......@@ -67,14 +67,15 @@ (define-public font-inconsolata
(define-public font-ubuntu
(package
(name "font-ubuntu")
(version "0.80")
(version "0.83")
(source (origin
(method url-fetch)
(uri (string-append "http://font.ubuntu.com/download/ubuntu-font-family-"
version ".zip"))
(uri (string-append
"http://font.ubuntu.com/download/ubuntu-font-family-"
version ".zip"))
(sha256
(base32
"0k4f548riq23gmw4zhn30qqkcpaj4g2ab5rbc3lflfxwkc4p0w8h"))))
"0hjvq2x758dx0sfwqhzflns0ns035qm7h6ygskbx1svzg517sva5"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment