1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
pname = "boschshcpy";
version = "0.2.18";
version = "0.2.19";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "tschamm";
repo = pname;
rev = version;
sha256 = "08bfg3g0hifjaa17d4zmws2ikbijdm0b98svgj8jdcl8v0nlqx69";
sha256 = "sha256-HxLy3tGMn2KDfD37yKLoImpfXGoaoGB6VEanNu/WMnk=";
};
propagatedBuildInputs = [