gnome.polari: 42.1 → 43.0

https://gitlab.gnome.org/GNOME/polari/-/compare/42.1...43.0

Also switch to libsoup 3.

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2022-10-10 23:41:45 +00:00
parent 336d270b74
commit 4d703382f3

View file

@ -17,8 +17,8 @@
, gtk3
, glib
, libsecret
, libsoup
, webkitgtk
, libsoup_3
, webkitgtk_4_1
, gobject-introspection
, appstream-glib
, gnome
@ -30,11 +30,11 @@
stdenv.mkDerivation rec {
pname = "polari";
version = "42.1";
version = "43.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "r5DPCEjsvkB+sjBkBINpdP048xww1HT0bRspIYqWaz0=";
sha256 = "F6GS3uYfWOPNRHJQC+cBGUa5n75SvFrBJPqurC8zQUc=";
};
patches = [
@ -74,8 +74,8 @@ stdenv.mkDerivation rec {
gspell
gdk-pixbuf
libsecret
libsoup
webkitgtk # for thumbnailer
libsoup_3
webkitgtk_4_1 # for thumbnailer
];
postFixup = ''