nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/deltachat2/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "deltachat2"; 12 - version = "0.6.2"; 12 + version = "0.7.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "adbenitez"; 17 17 repo = "deltachat2"; 18 18 tag = version; 19 - hash = "sha256-bp4bi+EeMaWP8zOaPp0eaPKn71F055QgMOOSDzIJUH4="; 19 + hash = "sha256-n40LyF73FxXXIJnNwVG9B6ibUYaHbx6t9MRPdMjSInw="; 20 20 }; 21 21 22 22 patches = [