mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue