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

Merge pull request #326181 from fabaff/vehicle-bump

python312Packages.vehicle: 2.2.1 -> 2.2.2
This commit is contained in:
Martin Weinelt 2024-07-11 00:02:11 +02:00 committed by GitHub
commit 731fbbde6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "vehicle";
version = "2.2.1";
version = "2.2.2";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-vehicle";
rev = "refs/tags/v${version}";
hash = "sha256-mu30v4iZoOYfQZc1P45UZaor6hf+i+gOvGcVGcQYzTo=";
hash = "sha256-MPK5Aim/kGXLMOapttkp5ygl8gIlHv0675sBBf6kyAA=";
};
postPatch = ''