guix-commits
[Top][All Lists]
Advanced

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

28/40: gnu: gnome-text-editor: Update to 46.3.


From: guix-commits
Subject: 28/40: gnu: gnome-text-editor: Update to 46.3.
Date: Fri, 16 Aug 2024 04:15:57 -0400 (EDT)

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

commit cacab91b7c336a3c0eb8e7c2d61124bb0c42f142
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 23bbf4a49c..03d122a69f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5622,7 +5622,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/"
@@ -5630,7 +5630,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]