python313Packages.dlms-cosem: 24.1.0 -> 25.1.0

Diff: https://github.com/pwitab/dlms-cosem/compare/refs/tags/24.1.0...25.1.0

Changelog: https://github.com/pwitab/dlms-cosem/blob/25.1.0/HISTORY.md
This commit is contained in:
Fabian Affolter
2025-03-29 09:43:53 +01:00
parent badbebc621
commit ad34279266
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dlms-cosem";
version = "24.1.0";
version = "25.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "pwitab";
repo = "dlms-cosem";
tag = version;
hash = "sha256-NeTaU8i18Zb39Y2JnYzr87Ozt7Rj074xusL4xaNe0q0=";
hash = "sha256-ZsF+GUVG9bZNZE5daROQJIZZgqpjAkB/bFyre2oGu+E=";
};
nativeBuildInputs = [ setuptools ];