python312Packages.boschshcpy: 0.2.91 -> 0.2.95

Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.91...0.2.95
This commit is contained in:
Fabian Affolter 2024-10-08 17:01:06 +02:00
parent f0668c1c85
commit 96d53586a9

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.91";
version = "0.2.95";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = "boschshcpy";
rev = "refs/tags/${version}";
hash = "sha256-lQDYJrla2iDk1MbLHjBGP3ZcZ1djD3bWhz15RaBFMgg=";
hash = "sha256-5kPC6UxqysJEHNWDoXhg7oo/hQSKICuqWmOdjlljoLs=";
};
nativeBuildInputs = [ setuptools ];