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 @@ half of the twentieth century.")
(define-public font-overpass (define-public font-overpass
(package (package
(name "font-overpass") (name "font-overpass")
(version "3.0.4") (version "3.0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/RedHatOfficial/Overpass") (url "https://github.com/RedHatOfficial/Overpass")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1pl7zpwlx0j2xv23ahnpmbb4a5d6ib2cjck5mxqzi3jjk25rk9kb")))) (base32 "1vsp94h7v5sn29hajv2ng94gyx4pqb0xgvn3gf7jp2q80gdv8pkm"))))
(build-system font-build-system) (build-system font-build-system)
(arguments (arguments
`(#:phases `(#:phases