guix_mirror_bot pushed a commit to branch master
in repository guix.
commit aad498d9272887738fffe4bfd8e67c57658122bb
Author: Liam Hupfer <[email protected]>
AuthorDate: Sat Aug 9 09:26:00 2025 -0500
gnu: font-aporetic: Update source hash.
The cached checkout for v1.2.0 is missing a change to the README compared to
downloading a fresh one. This may be the result of a force push to v1.2.0.
Update to the source hash to avoid confusion.
* gnu/packages/fonts.scm (font-aporetic) [source]: Update hash.
Change-Id: Id7d19478061066231f0892f9f62f54ad0047906d
Signed-off-by: Hilton Chain <[email protected]>
---
gnu/packages/fonts.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 7c0e3bc394..eba811bfc2 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2571,7 +2571,7 @@ programming. Iosevka is completely generated from its
source code.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1bb7js8lxa4f5kcjjvn587m4hd92qkydr5dbcjmimq2r8mimn75j"))))
+ (base32 "05rafzzj6am41wn0mlgkw9s6s4wj5vxsds9hqz4wa4cnz45yw5nl"))))
(build-system font-build-system)
(home-page "https://github.com/protesilaos/aporetic")
(synopsis "Customised build of the Iosevka typeface")