python313Packages.deltachat2: 0.6.2 -> 0.7.0

Diff: https://github.com/adbenitez/deltachat2/compare/refs/tags/0.6.2...refs/tags/0.7.0
This commit is contained in:
Robert Schütz
2025-05-12 12:49:13 -07:00
parent c94b30965d
commit 0554bb1bf2
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "deltachat2";
version = "0.6.2";
version = "0.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "adbenitez";
repo = "deltachat2";
tag = version;
hash = "sha256-bp4bi+EeMaWP8zOaPp0eaPKn71F055QgMOOSDzIJUH4=";
hash = "sha256-n40LyF73FxXXIJnNwVG9B6ibUYaHbx6t9MRPdMjSInw=";
};
patches = [