[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/17: gnu: sushi: Update to 42.0.
From: |
guix-commits |
Subject: |
01/17: gnu: sushi: Update to 42.0. |
Date: |
Tue, 12 Jul 2022 23:26:34 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit ef82f344824f63d7b1fe00062b23c21297182e98
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 12 11:50:53 2022 -0400
gnu: sushi: Update to 42.0.
* gnu/packages/gnome.scm (sushi): Update to 42.0.
[inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 27eb065043..880ff1f0bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1584,7 +1584,7 @@ sharing to the masses.")
(define-public sushi
(package
(name "sushi")
- (version "3.38.1")
+ (version "42.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1592,7 +1592,7 @@ sharing to the masses.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1sc8i0vrw6bn43rklnwp2fl1gq0r0xfd3bszcqxd0a2mh46d3rpk"))))
+ "0848gidl0ab8i5pa70mv8jzchmd9kqa8sn1lg977hyasyixdpn25"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -1628,7 +1628,7 @@ sharing to the masses.")
("libmusicbrainz" ,libmusicbrainz)
("libxml2" ,libxml2)
("neon" ,neon)
- ("webkitgtk" ,webkitgtk-with-libsoup2)))
+ ("webkitgtk" ,webkitgtk)))
(synopsis "File previewer for the GNOME desktop")
(description "Sushi is a DBus-activated service that allows applications
to preview files on the GNOME desktop.")
- branch master updated (6cd6753218 -> c8f32406e8), guix-commits, 2022/07/12
- 01/17: gnu: sushi: Update to 42.0.,
guix-commits <=
- 04/17: gnu: libadwaita: Propagate gtk., guix-commits, 2022/07/12
- 02/17: gnu: sushi: Use new style inputs., guix-commits, 2022/07/12
- 09/17: gnu: tracker-miners: Use new style inputs., guix-commits, 2022/07/12
- 10/17: gnu: inkscape: Rename variable to inkscape/stable and hide package., guix-commits, 2022/07/12
- 11/17: gnu: inkscape: Reintroduce variable, updated to 1.2., guix-commits, 2022/07/12
- 13/17: gnu: inkscape: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 05/17: gnu: tracker: Update to 3.3.1., guix-commits, 2022/07/12
- 06/17: gnu: tracker: Propagate libraries 'required' by pkg-config., guix-commits, 2022/07/12
- 07/17: gnu: tracker: Use new style inputs., guix-commits, 2022/07/12
- 12/17: gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE., guix-commits, 2022/07/12