mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
e1b8663650
commit
e8c5c8c303
1 changed files with 3 additions and 3 deletions
|
@ -1368,14 +1368,14 @@ (define-public engrampa
|
|||
(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 @@ (define-public pluma
|
|||
enchant-1.6
|
||||
glib
|
||||
gtk+
|
||||
gtksourceview-3
|
||||
gtksourceview-4
|
||||
gdk-pixbuf
|
||||
iso-codes
|
||||
libcanberra
|
||||
|
|
Loading…
Reference in a new issue