From c68b963b8c826d14e0d93ad928cc87e5dd07ae1b Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 2 May 2026 01:20:25 +0800 Subject: nongnu: font-ubuntu-sans-mono: Fix source hash. This is a follow-up to commit 13208905d9dbaf70c367a0b4a986c945c6b1d633, where I corrected source commit in the original contribution but didn't change the hash. Since the store caches file name + hash, the build passed in my environment despite using the wrong hash. * nongnu/packages/fonts.scm (font-ubuntu-sans-mono): Fix hash. --- nongnu/packages/fonts.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nongnu/packages') diff --git a/nongnu/packages/fonts.scm b/nongnu/packages/fonts.scm index 24f6b14..4f29bd9 100644 --- a/nongnu/packages/fonts.scm +++ b/nongnu/packages/fonts.scm @@ -417,7 +417,7 @@ system and its community.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1cfaj0dayxzldb90wjl1pmx8b1qghb9gw21b8abqsvk2xw02aax0")))) + (base32 "04g6j152lq0d67z89fgl1yah160bzgbawzxz9qv7lh2kqsf5jmhh")))) (build-system font-build-system) (arguments (list -- cgit v1.3