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:
parent
3877fe358d
commit
0a60386f74
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user