guix-patches
[Top][All Lists]
Advanced

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

[bug#64084] [PATCH 25/29] gnu: pluma: Update to 1.26.1


From: Andy Tai
Subject: [bug#64084] [PATCH 25/29] gnu: pluma: Update to 1.26.1
Date: Thu, 15 Jun 2023 10:35:26 -0700

* gnu/packages/mate.scm (pluma): Update to 1.26.1
---
 gnu/packages/mate.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c4dd9cf937..6b9af2a0dd 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1365,14 +1365,14 @@ (define-public engrampa
 (define-public pluma
   (package
     (name "pluma")
-    (version "1.24.1")
+    (version "1.26.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1sgc5f480icr2ans6gd3akvcax58mr4jp3zjk3xn7bx1mw9i299f"))))
+        (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(; Tests can not succeed.
@@ -1392,7 +1392,7 @@ (define-public pluma
            enchant-1.6
            glib
            gtk+
-           gtksourceview-3
+           gtksourceview-4
            gdk-pixbuf
            iso-codes
            libcanberra
-- 
2.40.1






reply via email to

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