python3Packages.atenpdu: 0.6.3 -> 0.7.2

https://github.com/mtdcr/pductl/releases/tag/0.7.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:16 +01:00
parent 991d8297a1
commit fba35fccc3
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "atenpdu";
version = "0.6.3";
version = "0.7.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-BcCw5y5LB0jLp9dRP0ZsAObTZ07kS+h+Hm8PZ0NwU3E=";
hash = "sha256-+UQVCizqpyVe7nuQUYwSBOtiTwW+0LVH1HaaucnIg9k=";
};
build-system = [ poetry-core ];