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>
This commit is contained in:
Andy Tai 2023-06-15 10:35:26 -07:00 committed by 宋文武
parent e1b8663650
commit e8c5c8c303
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1368,14 +1368,14 @@ (define-public engrampa
(define-public pluma (define-public pluma
(package (package
(name "pluma") (name "pluma")
(version "1.24.1") (version "1.26.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/" (uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1sgc5f480icr2ans6gd3akvcax58mr4jp3zjk3xn7bx1mw9i299f")))) (base32 "1wcl74pbmgwcrlm5vfmv1g8klxni1qnj0kgnb5k113hisziyqnar"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
`(; Tests can not succeed. `(; Tests can not succeed.
@ -1395,7 +1395,7 @@ (define-public pluma
enchant-1.6 enchant-1.6
glib glib
gtk+ gtk+
gtksourceview-3 gtksourceview-4
gdk-pixbuf gdk-pixbuf
iso-codes iso-codes
libcanberra libcanberra