python3Packages.deltachat2: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-09-17 16:13:12 +00:00
parent 3a4e23f783
commit f6eff05034
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "deltachat2";
version = "0.7.0";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "adbenitez";
repo = "deltachat2";
tag = version;
hash = "sha256-n40LyF73FxXXIJnNwVG9B6ibUYaHbx6t9MRPdMjSInw=";
hash = "sha256-RVEohIFILAaCGuOwq6VmK7qLOKKP4cTuTMX+9DBO+Ns=";
};
patches = [