python313Packages.boschshcpy: 0.2.104 -> 0.2.105

Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.104...0.2.105
This commit is contained in:
Fabian Affolter 2025-02-01 11:22:14 +01:00
parent aedbfbb628
commit cfdbb4ef3b

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.104";
version = "0.2.105";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = "boschshcpy";
tag = version;
hash = "sha256-16LHTg+ROP+sn9iFXSNTqgE/zW+mWMeVgItFJeGItaI=";
hash = "sha256-aouZryqn2qMdfqTFXP49UUY0X1HzQCldLQUBfnlUfHI=";
};
build-system = [ setuptools ];