python311Packages.volvooncall: 0.10.2 -> 0.10.3

Diff: https://github.com/molobrakos/volvooncall/compare/refs/tags/v0.10.2...v0.10.3
This commit is contained in:
Fabian Affolter 2023-05-11 04:59:30 +02:00
parent d72d80e998
commit 1785a17fbd

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "volvooncall";
version = "0.10.2";
version = "0.10.3";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "molobrakos";
repo = "volvooncall";
rev = "refs/tags/v${version}";
hash = "sha256-/BMwDuo4xE/XOLM8qzJwt0A0h0+ihbCVCxT3BBToiVU=";
hash = "sha256-FLrsU3u/0+T09cu2zU2fLjuAy9PWAikgbaW8xBALjwU=";
};
patches = [