nckx pushed a commit to branch master
in repository guix.
commit 9296d4b66d59b55830d1f0d08dab72851ff37df9
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Feb 24 17:40:02 2019 +0100
gnu: font-hack: Update to 3.003.
* gnu/packages/fonts.scm (font-hack): Update to 3.003.
---
gnu/packages/fonts.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index e62b11b..b38816f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017, 2018 Efraim Flashner <[email protected]>
;;; Copyright © 2016 Marius Bakke <[email protected]>
;;; Copyright © 2016 Toni Reina <[email protected]>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017 José Miguel Sánchez García <[email protected]>
;;; Copyright © 2017 Alex Griffin <[email protected]>
;;; Copyright © 2017 Clément Lassieur <[email protected]>
@@ -810,7 +810,7 @@ glyph designs, not just an added slant.")
(define-public font-hack
(package
(name "font-hack")
- (version "3.002")
+ (version "3.003")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
@@ -818,7 +818,7 @@ glyph designs, not just an added slant.")
version "/Hack-v" version "-ttf.zip"))
(sha256
(base32
- "18fpaczj2rxfwgnrqpkxq0qn01parhmngglc4i1n3gchyzdsrh0x"))))
+ "1b4hh8zkrx92m2v2vfkja1napb0192p0j3laqr0m018z3dih89hc"))))
(build-system font-build-system)
(home-page "https://sourcefoundry.org/hack/")
(synopsis "Typeface designed for source code")