python3Packages.boschshcpy: 0.2.19 -> 0.2.20

This commit is contained in:
Fabian Affolter 2021-09-06 23:07:17 +02:00
parent fc3de6da83
commit 4334e1cd87

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.19";
version = "0.2.20";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "tschamm";
repo = pname;
rev = version;
sha256 = "sha256-HxLy3tGMn2KDfD37yKLoImpfXGoaoGB6VEanNu/WMnk=";
sha256 = "sha256-5VbvsmTxAfL4XR8FJGzeDdS3Pe5Yf7yNDSZInotMRbw=";
};
propagatedBuildInputs = [