diff options
author | Kurome <hunt31999@gmail.com> | 2025-04-02 17:45:59 +0900 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-04-06 15:19:15 +0800 |
commit | 94ba19f11c785772af27cb63672387092cfe17cd (patch) | |
tree | 4d5c5ab1340380a6ab101fa5b6940f3c286785db | |
parent | fbaabb19bccad2e5261ed33f1ec0530150e4a885 (diff) | |
download | guix-94ba19f11c785772af27cb63672387092cfe17cd.tar.gz guix-94ba19f11c785772af27cb63672387092cfe17cd.zip |
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: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/fonts.scm | 6 |
1 files 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") |