diff options
| author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-03-30 15:25:04 +0200 | 
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-02 16:07:11 +0200 | 
| commit | 0a60386f744a0735d4330800a538c71839f9aaa1 (patch) | |
| tree | 1044350bd72ed4ed9c1c713208f98f55c178d8e0 /gnu/packages/mate.scm | |
| parent | 3877fe358d2ea84cf7bad07a0e9186a4dcbcd618 (diff) | |
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>
Diffstat (limited to 'gnu/packages/mate.scm')
| -rw-r--r-- | gnu/packages/mate.scm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 305bde575d..d432c85a5e 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") | 
