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