gnu: font-overpass: Update to 3.0.5.

* gnu/packages/fonts.scm (font-overpass): Update to 3.0.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-16 02:13:03 +02:00
parent c0a338b07b
commit 39c1660cef
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2242,16 +2242,16 @@ (define-public font-montserrat
(define-public font-overpass
(package
(name "font-overpass")
(version "3.0.4")
(version "3.0.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/RedHatOfficial/Overpass")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1pl7zpwlx0j2xv23ahnpmbb4a5d6ib2cjck5mxqzi3jjk25rk9kb"))))
(base32 "1vsp94h7v5sn29hajv2ng94gyx4pqb0xgvn3gf7jp2q80gdv8pkm"))))
(build-system font-build-system)
(arguments
`(#:phases