[PATCH] gnu: fontutils: Update to 20230101.

  • Done
  • quality assurance status badge
Details
One participant
  • Daniel Ziltener
Owner
unassigned
Submitted by
Daniel Ziltener
Severity
normal

Debbugs page

Daniel Ziltener wrote 1 years ago
(address . guix-patches@gnu.org)(address . dziltener@lyrion.ch)
dacee83546b8588d85f79a467753a726@lyrion.ch
---
gnu/packages/fontutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 5bfdea1b27..1b5891b8ef 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1604,14 +1604,14 @@ (define-public libuninameslist
(define-public fontforge
(package
(name "fontforge")
- (version "20220308")
+ (version "20230101")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/fontforge/fontforge/releases/download/"
version "/fontforge-" version ".tar.xz"))
(sha256
- (base32 "0ncfc4ajwy4ng6b6h79w52jh9z3lngvf3f3ldi1wzkhcg9zh3r01"))))
+ (base32 "1y30bk9rdya8bkw4q77y6nq5xfg7nm0qliz5miqdlk8c0r6fr0na"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))
--
2.41.0
Daniel Ziltener wrote 1 years ago
(address . 67892@debbugs.gnu.org)(address . control@debbugs.gnu.org)
fa3dfb7a-5267-d1d3-92fe-8174f1e77c85@lyrion.ch
close 67892
thanks
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67892@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67892
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help