Merge pull request #126625 from fabaff/bump-boschshcpy

python3Packages.boschshcpy: 0.2.18 -> 0.2.19
This commit is contained in:
Martin Weinelt 2021-06-12 00:40:00 +02:00 committed by GitHub
commit 803d168453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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