Merge pull request #152050 from r-ryantm/auto-update/python3.8-vehicle

python38Packages.vehicle: 0.3.0 -> 0.3.1
This commit is contained in:
Fabian Affolter
2021-12-25 12:07:34 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "vehicle";
version = "0.3.0";
version = "0.3.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-vehicle";
rev = "v${version}";
sha256 = "0blpyh246l16bn6jy8ifym2br13k8qxagggbwpzwrwfxkb3kdz5x";
sha256 = "04xcs5bfjd49j870gyyznc8hkaadsa9gm9pz0w9qvzlphnxvv5h4";
};
nativeBuildInputs = [