mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: sushi: Update to 42.0.
* gnu/packages/gnome.scm (sushi): Update to 42.0. [inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
This commit is contained in:
parent
6cd6753218
commit
ef82f34482
1 changed files with 3 additions and 3 deletions
|
@ -1584,7 +1584,7 @@ (define-public gnome-user-share
|
||||||
(define-public sushi
|
(define-public sushi
|
||||||
(package
|
(package
|
||||||
(name "sushi")
|
(name "sushi")
|
||||||
(version "3.38.1")
|
(version "42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1592,7 +1592,7 @@ (define-public sushi
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sc8i0vrw6bn43rklnwp2fl1gq0r0xfd3bszcqxd0a2mh46d3rpk"))))
|
"0848gidl0ab8i5pa70mv8jzchmd9kqa8sn1lg977hyasyixdpn25"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -1628,7 +1628,7 @@ (define-public sushi
|
||||||
("libmusicbrainz" ,libmusicbrainz)
|
("libmusicbrainz" ,libmusicbrainz)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("neon" ,neon)
|
("neon" ,neon)
|
||||||
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
("webkitgtk" ,webkitgtk)))
|
||||||
(synopsis "File previewer for the GNOME desktop")
|
(synopsis "File previewer for the GNOME desktop")
|
||||||
(description "Sushi is a DBus-activated service that allows applications
|
(description "Sushi is a DBus-activated service that allows applications
|
||||||
to preview files on the GNOME desktop.")
|
to preview files on the GNOME desktop.")
|
||||||
|
|
Loading…
Reference in a new issue