mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
(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
|
||||||
|
|
Loading…
Reference in a new issue