diff options
author | Andy Tai <atai@atai.org> | 2023-06-15 10:35:26 -0700 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-07-22 16:36:50 +0800 |
commit | e8c5c8c3031a97546eab30a2f20587afb17c297d (patch) | |
tree | fbcac68f91118060b34f92e9e4abf2429bdcbcef /gnu | |
parent | e1b86636507dc98114d279a1f8b21d37d6cf5239 (diff) | |
download | guix-e8c5c8c3031a97546eab30a2f20587afb17c297d.tar.gz |
gnu: pluma: Update to 1.26.1.
* gnu/packages/mate.scm (pluma): Update to 1.26.1. [inputs]: Replace gtksourceview-3 with gtksourceview-4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-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 694c8e65af..d097250663 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1368,14 +1368,14 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public pluma (package (name "pluma") - (version "1.24.1") + (version "1.26.1") (source (origin (method url-fetch) (uri (string-append "mirror://mate/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "1sgc5f480icr2ans6gd3akvcax58mr4jp3zjk3xn7bx1mw9i299f")))) + (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar")))) (build-system glib-or-gtk-build-system) (arguments `(; Tests can not succeed. @@ -1395,7 +1395,7 @@ can be used as backgrounds in the MATE Desktop environment.") enchant-1.6 glib gtk+ - gtksourceview-3 + gtksourceview-4 gdk-pixbuf iso-codes libcanberra |