guix-commits
[Top][All Lists]
Advanced

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

27/58: gnu: gnome-text-editor: Update to 46.3.


From: guix-commits
Subject: 27/58: gnu: gnome-text-editor: Update to 46.3.
Date: Sat, 7 Sep 2024 05:11:04 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit a0958ed3121374088a24f0462d5bd1308e079d83
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jul 17 22:14:03 2024 +0200

    gnu: gnome-text-editor: Update to 46.3.
    
    * gnu/packages/gnome.scm (gnome-text-editor): Update to 46.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c8d80b62a0..648717dccb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5620,7 +5620,7 @@ keyboard shortcuts.")
 (define-public gnome-text-editor
   (package
     (name "gnome-text-editor")
-    (version "44.0")
+    (version "46.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-text-editor/"
@@ -5628,7 +5628,7 @@ keyboard shortcuts.")
                                   "gnome-text-editor-" version ".tar.xz"))
               (sha256
                (base32
-                "1jii59hw31baira2psl1kx2lxljmnnkxmif4zhasizrl0xwc6yzn"))))
+                "0gf74krvsmfsyr7s4mqhg09x3iq6ayyd4j3lw1mfd6wh9884hnq0"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t))



reply via email to

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