gnome.seahorse: 42.0 → 43.0

https://gitlab.gnome.org/GNOME/seahorse/-/compare/42.0...43.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>

+9 -6
+9 -6
pkgs/desktops/gnome/apps/seahorse/default.nix
··· 1 - { lib, stdenv 1 + { stdenv 2 + , lib 2 3 , fetchurl 3 4 , vala 4 5 , meson ··· 11 12 , wrapGAppsHook 12 13 , itstool 13 14 , gnupg 14 - , libsoup 15 + , desktop-file-utils 16 + , libsoup_3 15 17 , gnome 16 18 , gpgme 17 19 , python3 ··· 27 29 28 30 stdenv.mkDerivation rec { 29 31 pname = "seahorse"; 30 - version = "42.0"; 32 + version = "43.0"; 31 33 32 34 src = fetchurl { 33 35 url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz"; 34 - hash = "sha256-xQys6/jeen4uXx2uC5gjIRR0Epar6NVD45I9YqFT1jA="; 36 + hash = "sha256-Wx0b+6dPNlgifzyC4pbzMN0PzR70Y2tqIYIo/uXqgy0="; 35 37 }; 36 38 37 39 nativeBuildInputs = [ ··· 44 46 python3 45 47 openssh 46 48 gnupg 49 + desktop-file-utils 47 50 gcr 48 51 # error: Package `...' not found in specified Vala API directories or GObject-Introspection GIR directories 49 52 # TODO: the vala setuphook should look for vala filess in targetOffset instead of hostOffset ··· 60 63 gpgme 61 64 libsecret 62 65 avahi 63 - libsoup 66 + libsoup_3 64 67 p11-kit 65 68 openldap 66 69 libpwquality ··· 70 73 doCheck = true; 71 74 72 75 postPatch = '' 73 - patchShebangs build-aux/ 76 + patchShebangs build-aux/gpg_check_version.py 74 77 ''; 75 78 76 79 preCheck = ''