gnu: pluma: Update to 1.24.0.

* gnu/packages/mate.scm (pluma): Update to 1.24.0.
[inputs]: Switch from python-2 to python(3) like upstream.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jonathan Brielmaier 2020-03-30 15:25:04 +02:00 committed by Ludovic Courtès
parent 3877fe358d
commit 0a60386f74
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1418,7 +1418,7 @@ (define-public engrampa
(define-public pluma
(package
(name "pluma")
(version "1.22.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
@ -1426,7 +1426,7 @@ (define-public pluma
name "-" version ".tar.xz"))
(sha256
(base32
"07rr5asdjr9slmaijp4m8v9vxscihvm36mfrwlp3lv12kry42a05"))))
"1vmndhlhy3qkf3xs5kkv0xhbv5ar25pqz0kp17hc4qhgjzycfr0r"))))
(build-system glib-or-gtk-build-system)
(arguments
`(; Tests can not succeed.
@ -1457,7 +1457,7 @@ (define-public pluma
("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")