summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-08-30 20:55:28 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-08-31 11:27:36 +0900
commit066f7e1c85574fd71c81388885f9a9d32ba63281 (patch)
treedfeac3b741b1b32461430e3ecb4dce3a7b2903e4
parentbfa6013795baff031aaa9b0a4f3af7408fc2303a (diff)
gnu: gucharmap: Update to 17.0.2.
* gnu/packages/gnome.scm (gucharmap): Update to 17.0.2. [#:phases] {prepare-unicode-data}: Delete trailing #t. [home-page]: Update.
-rw-r--r--gnu/packages/gnome.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1bcd280d43b..6ebeccabec8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11578,7 +11578,7 @@ basically a text box in which notes can be written.")
11578 "0pjbyf77lbaxdhwidvpgp81cw13lfhlaw1ynn9vsmkssahmqp97p")))) 11578 "0pjbyf77lbaxdhwidvpgp81cw13lfhlaw1ynn9vsmkssahmqp97p"))))
11579 (package 11579 (package
11580 (name "gucharmap") 11580 (name "gucharmap")
11581 (version "17.0.1") 11581 (version "17.0.2")
11582 (source 11582 (source
11583 (origin 11583 (origin
11584 (method url-fetch) 11584 (method url-fetch)
@@ -11587,7 +11587,7 @@ basically a text box in which notes can be written.")
11587 name "-" version ".tar.xz")) 11587 name "-" version ".tar.xz"))
11588 (sha256 11588 (sha256
11589 (base32 11589 (base32
11590 "0sfixlmk7qajcvls6kv2hfczmjafjcr54aczwcdfmp5jjll4m17r")))) 11590 "1ah0vyxkx3w63ry1pn3592jsxpbrwmcg8z4jvps8ls5bmwn9f8s7"))))
11591 (build-system meson-build-system) 11591 (build-system meson-build-system)
11592 (arguments 11592 (arguments
11593 `(#:modules ((ice-9 match) 11593 `(#:modules ((ice-9 match)
@@ -11609,8 +11609,7 @@ basically a text box in which notes can be written.")
11609 (for-each (match-lambda 11609 (for-each (match-lambda
11610 ((file _) 11610 ((file _)
11611 (install-file (assoc-ref inputs file) "."))) 11611 (install-file (assoc-ref inputs file) ".")))
11612 ',unicode-files)) 11612 ',unicode-files)))))))
11613 #t)))))
11614 (native-inputs 11613 (native-inputs
11615 (cons* desktop-file-utils 11614 (cons* desktop-file-utils
11616 (list glib "bin") 11615 (list glib "bin")
@@ -11632,7 +11631,7 @@ basically a text box in which notes can be written.")
11632 (inputs 11631 (inputs
11633 (list gtk+ 11632 (list gtk+
11634 libxml2)) 11633 libxml2))
11635 (home-page "https://wiki.gnome.org/Apps/Gucharmap") 11634 (home-page "https://gitlab.gnome.org/GNOME/gucharmap")
11636 (synopsis "Unicode character picker and font browser") 11635 (synopsis "Unicode character picker and font browser")
11637 (description 11636 (description
11638 "This program allows you to browse through all the available Unicode 11637 "This program allows you to browse through all the available Unicode