iyzsong pushed a commit to branch master
in repository guix.
commit 94ba19f11c785772af27cb63672387092cfe17cd
Author: Kurome <[email protected]>
AuthorDate: Wed Apr 2 17:45:59 2025 +0900
gnu: font-atui-feather: 1.1.0-1.2ac7161.
* gnu/packages/fonts.scm (font-atui-feather): Update to 1.1.0-1.2ac7161.
Change-Id: Ide0d1874c80b9b9c11c50e8b08d0a623f7a91738
Signed-off-by: 宋文武 <[email protected]>
---
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 1725ec422d..6214a491b3 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -3764,8 +3764,8 @@ characters necessary to display Taiwanese and Hakka.")
"https://www.freedesktop.org/wiki/Arphic_Public_License/"))))
(define-public font-atui-feather
- (let ((version "0")
- (commit "c51fe7cedbcf2cbf4f1b993cef5d8def612dec1d")
+ (let ((version "1.1.0") ;from package.json
+ (commit "2ac71612ee85b3d1e9e1248cec0a777234315253")
(revision "1"))
(package
(name "font-atui-feather")
@@ -3778,7 +3778,7 @@ characters necessary to display Taiwanese and Hakka.")
(file-name (git-file-name name version))
(sha256
(base32
- "0hk12bjlsh0j6kd0sz3nwax259afdi6dxws4x88yz5ssxic1ng2j"))))
+ "0fnj5rh6z3ymny4cywha04x15i52r3h8ds87nx0lhqhfw6y8g02v"))))
(build-system font-build-system)
(home-page "https://at-ui.github.io/feather-font/")
(synopsis "Iconfont version of Feather")