python313Packages.boschshcpy: 0.2.95 -> 0.2.101

Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.95...0.2.101
This commit is contained in:
Fabian Affolter
2025-01-10 08:50:43 +01:00
parent df82667d39
commit da959d8573
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.95";
version = "0.2.101";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = "boschshcpy";
tag = version;
hash = "sha256-5kPC6UxqysJEHNWDoXhg7oo/hQSKICuqWmOdjlljoLs=";
hash = "sha256-PUTa4ypq6zmoeNMp5SyqB05H//M2zNVILcjmU5Mzv8M=";
};
nativeBuildInputs = [ setuptools ];