Merge pull request #157686 from fabaff/bump-boschshcpy

python3Packages.boschshcpy: 0.2.28 -> 0.2.29
This commit is contained in:
Fabian Affolter 2022-02-02 08:54:42 +01:00 committed by GitHub
commit 6c6e062e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "boschshcpy";
version = "0.2.28";
version = "0.2.29";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
sha256 = "sha256-CnfJiYUM8A4QZ6VMtekO8nD5tQ2VL9vMeK6OWYcgwmU=";
sha256 = "sha256-x+TXHG7xJWd5t6pKQ/6X48lOuIQWUnEwsySFRh5GJnE=";
};
propagatedBuildInputs = [