guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

101/108: gnu: gnome-characters: Update to 3.34.0.


From: guix-commits
Subject: 101/108: gnu: gnome-characters: Update to 3.34.0.
Date: Sat, 25 Apr 2020 15:23:06 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit 0da67a832c2ac6e1557308c0240f7db0721de482
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 23 19:41:47 2020 -0400

    gnu: gnome-characters: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (gnome-characters): Update to 3.34.0.
    [home-page]: Update URL.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 94200dc..eac7991 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]