libdeltachat: 1.150.0 -> 1.151.1 (#358852)

authored by Robert Schütz and committed by GitHub 98249564 c4da9c72

+7 -6
+3 -3
pkgs/by-name/li/libdeltachat/package.nix
··· 20 21 stdenv.mkDerivation rec { 22 pname = "libdeltachat"; 23 - version = "1.150.0"; 24 25 src = fetchFromGitHub { 26 owner = "deltachat"; 27 repo = "deltachat-core-rust"; 28 rev = "v${version}"; 29 - hash = "sha256-lVMXW2fnpoa/iiypLhHl7WXLqouHfrRapEbXL37X7B8="; 30 }; 31 32 patches = [ ··· 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 pname = "deltachat-core-rust"; 38 inherit version src; 39 - hash = "sha256-nzAQEaTHkKjDmKDmwZEznpvVh1KfxTM83/82hjV/Cpw="; 40 }; 41 42 nativeBuildInputs = [
··· 20 21 stdenv.mkDerivation rec { 22 pname = "libdeltachat"; 23 + version = "1.151.1"; 24 25 src = fetchFromGitHub { 26 owner = "deltachat"; 27 repo = "deltachat-core-rust"; 28 rev = "v${version}"; 29 + hash = "sha256-sQPJ1IQicHzgjc2l1JYG7ieC+GKvp8cqhwZbL1yU29M="; 30 }; 31 32 patches = [ ··· 36 cargoDeps = rustPlatform.fetchCargoVendor { 37 pname = "deltachat-core-rust"; 38 inherit version src; 39 + hash = "sha256-EyOT88XEjIVTFv7XGUEsUIu4NcDdD89W5Hbl4xa/urc="; 40 }; 41 42 nativeBuildInputs = [
+4 -3
pkgs/development/python-modules/deltachat-rpc-client/default.nix
··· 21 22 build-system = [ setuptools ]; 23 24 - dependencies = [ imap-tools ]; 25 - 26 pythonImportsCheck = [ "deltachat_rpc_client" ]; 27 28 - nativeCheckInputs = [ pytestCheckHook ]; 29 30 # requires a chatmail server 31 doCheck = false;
··· 21 22 build-system = [ setuptools ]; 23 24 pythonImportsCheck = [ "deltachat_rpc_client" ]; 25 26 + nativeCheckInputs = [ 27 + imap-tools 28 + pytestCheckHook 29 + ]; 30 31 # requires a chatmail server 32 doCheck = false;