diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-23 19:41:47 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:55 -0400 |
commit | a5320e9998d7d5bc6559463a5dee82c4c0ed66ce (patch) | |
tree | 46b7e29e884f36c517e8e6ed0ecfa6e9b033efa6 | |
parent | d4cc5dda46233c5fde8bc468ddec2df0116c5c7c (diff) | |
download | guix-a5320e9998d7d5bc6559463a5dee82c4c0ed66ce.tar.gz |
gnu: gnome-characters: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-characters): Update to 3.34.0. [home-page]: Update URL.
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f6b2f3a929..6a371b6439 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1120,7 +1120,7 @@ to other formats.") (define-public gnome-characters (package (name "gnome-characters") - (version "3.30.0") + (version "3.34.0") (source (origin (method url-fetch) @@ -1129,7 +1129,7 @@ to other formats.") "/gnome-characters-" version ".tar.xz")) (sha256 (base32 - "08cwz39iwgsyyb2wqhb8vfbmh1cwfkgfiy7adp08w7rwqi99x3dp")))) + "0mqaxsa7hcmvid3zbzvxpfkp7s01ghiq6kaibmd3169axrr8ahql")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t @@ -1154,7 +1154,7 @@ to other formats.") ("gtk+" ,gtk+) ("libunistring" ,libunistring) ("gnome-desktop" ,gnome-desktop))) - (home-page "https://wiki.gnome.org/Apps/CharacterMap") + (home-page "https://wiki.gnome.org/Apps/Characters") (synopsis "Find and insert unusual characters") (description "Characters is a simple utility application to find and insert unusual characters. It allows you to quickly find the |