python313Packages.pycomm3: 1.2.14 -> 1.2.16

Diff: https://github.com/ottowayi/pycomm3/compare/v1.2.14...v1.2.16

Changelog: https://github.com/ottowayi/pycomm3/releases/tag/v1.2.16
This commit is contained in:
Fabian Affolter
2025-12-29 11:23:17 +01:00
parent 62d7c553ff
commit f3dbb4da26
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pycomm3";
version = "1.2.14";
version = "1.2.16";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ottowayi";
repo = "pycomm3";
tag = "v${version}";
hash = "sha256-KdvmISMH2HHU8N665QevVw7q9Qs5CwjXxcWpLoziY/Y=";
hash = "sha256-xcN0TKwWg23CDBmwMRZlPFuKYpeLg7KSXzhRtNuP6Ls=";
};
build-system = [ setuptools ];