gnu: font-juliamono: Update to 0.031.

* gnu/packages/fonts.scm (font-juliamono): Update to 0.031.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
nixo 2021-01-30 22:37:51 +01:00 committed by Leo Famulari
parent d65a25c9a2
commit 1b3dcb3dd2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -1881,7 +1881,7 @@ in small sizes, the text looks crisper.")
(define-public font-juliamono
(package
(name "font-juliamono")
(version "0.025")
(version "0.031")
(source
(origin
(method git-fetch)
@ -1890,7 +1890,7 @@ in small sizes, the text looks crisper.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1w8mpl9zc1y4j1f26ikbz5g9dqsszhikp4r9p1d3ch3b5ayb5c3m"))))
(base32 "0pcz2qaw0g0gak4plvhgg3m76h4gamffa373r52dzx0qwn1i1cf1"))))
(build-system font-build-system)
(arguments
`(#:phases