guix-patches
[Top][All Lists]
Advanced

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

[bug#40324] [PATCH 25/30] gnu: pluma: Update to 1.24.0.


From: Jonathan Brielmaier
Subject: [bug#40324] [PATCH 25/30] gnu: pluma: Update to 1.24.0.
Date: Mon, 30 Mar 2020 15:25:04 +0200

* gnu/packages/mate.scm (pluma): Update to 1.24.0.
[inputs]: Switch from python-2 to python(3) like upstream.
---
 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 0a518cf65b..2614376123 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1418,7 +1418,7 @@ can be used as backgrounds in the MATE Desktop 
environment.")
 (define-public pluma
   (package
     (name "pluma")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
@@ -1426,7 +1426,7 @@ can be used as backgrounds in the MATE Desktop 
environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "07rr5asdjr9slmaijp4m8v9vxscihvm36mfrwlp3lv12kry42a05"))))
+         "1vmndhlhy3qkf3xs5kkv0xhbv5ar25pqz0kp17hc4qhgjzycfr0r"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(; Tests can not succeed.
@@ -1457,7 +1457,7 @@ can be used as backgrounds in the MATE Desktop 
environment.")
        ("libice" ,libice)
        ("packagekit" ,packagekit)
        ("pango" ,pango)
-       ("python-2" ,python-2)
+       ("python" ,python)
        ("scrollkeeper" ,scrollkeeper)))
     (home-page "https://mate-desktop.org/";)
     (synopsis "Text Editor for MATE")
--
2.26.0






reply via email to

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