Merge pull request #169530 from fabaff/bump-boschshcpy

python3Packages.boschshcpy: 0.2.31 -> 0.2.32
This commit is contained in:
Fabian Affolter 2022-04-21 08:41:15 +02:00 committed by GitHub
commit 197354d9b0
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.31";
version = "0.2.32";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tschamm";
repo = pname;
rev = version;
sha256 = "sha256-04qTjwnPckBHKBs9+BFWtTJ9uVc0U1oJAiLIE1nqQdE=";
sha256 = "sha256-tJlgmxa6HppLLTs4ZggnJ5H6NOH3v+C9pUfLBmxr4XY=";
};
propagatedBuildInputs = [