Skip to content

Commit

Permalink
libdeltachat: 1.150.0 -> 1.151.1 (NixOS#358852)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Nov 26, 2024
2 parents c4da9c7 + ffe0631 commit 9824956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/li/libdeltachat/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

stdenv.mkDerivation rec {
pname = "libdeltachat";
version = "1.150.0";
version = "1.151.1";

src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-core-rust";
rev = "v${version}";
hash = "sha256-lVMXW2fnpoa/iiypLhHl7WXLqouHfrRapEbXL37X7B8=";
hash = "sha256-sQPJ1IQicHzgjc2l1JYG7ieC+GKvp8cqhwZbL1yU29M=";
};

patches = [
Expand All @@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
cargoDeps = rustPlatform.fetchCargoVendor {
pname = "deltachat-core-rust";
inherit version src;
hash = "sha256-nzAQEaTHkKjDmKDmwZEznpvVh1KfxTM83/82hjV/Cpw=";
hash = "sha256-EyOT88XEjIVTFv7XGUEsUIu4NcDdD89W5Hbl4xa/urc=";
};

nativeBuildInputs = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ buildPythonPackage rec {

build-system = [ setuptools ];

dependencies = [ imap-tools ];

pythonImportsCheck = [ "deltachat_rpc_client" ];

nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [
imap-tools
pytestCheckHook
];

# requires a chatmail server
doCheck = false;
Expand Down

0 comments on commit 9824956

Please sign in to comment.