python310Packages.boschshcpy: 0.2.37 -> 0.2.38

Diff: https://github.com/tschamm/boschshcpy/compare/0.2.37...0.2.38
This commit is contained in:
Fabian Affolter 2022-12-05 09:58:57 +01:00
parent 5b9b93b9be
commit 8fb65a543a

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.37";
version = "0.2.38";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
sha256 = "sha256-ax1tdqxY4VPuNdH9lJKh5Izmu03XALJ93x5zmSCbeJk=";
sha256 = "sha256-PDS68JJsnKO2MVlNxvhlDEGuK7zlsGhCRVOLZ/TSlTM=";
};
propagatedBuildInputs = [