python3Packages.py-deprecate: 0.3.2 -> 0.4.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:52 +01:00
parent fa301b276e
commit 808bf1584d
@@ -8,7 +8,7 @@
let
pname = "py-deprecate";
version = "0.3.2";
version = "0.4.0";
in
buildPythonPackage {
inherit pname version;
@@ -17,8 +17,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "Borda";
repo = "pyDeprecate";
rev = "v${version}";
hash = "sha256-84RmQvLxwtLPQk3hX7Q6eeJeejhrO3t+mc95W1E85Fg=";
tag = "v${version}";
hash = "sha256-Rc/5Y3myEUjbXRr2uE+1iaIrCZK+eeKXy05+C75sn3g=";
};
nativeCheckInputs = [