python310Packages.boschshcpy: 0.2.53 -> 0.2.54

Diff: https://github.com/tschamm/boschshcpy/compare/0.2.53...0.2.54
This commit is contained in:
Fabian Affolter 2023-02-11 12:26:53 +01:00
parent 782caacdc9
commit b4120fb17f

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.53";
version = "0.2.54";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
sha256 = "sha256-V7FNuVXKJqIOsDqwg6Bn2Vb9QnuQ1XYzE4m0x2ipXW8=";
sha256 = "sha256-1MoC69klHIHMmvQSS8bnuEQGm6IloyzR0RcROIx0GNI=";
};
propagatedBuildInputs = [