Merge pull request #258097 from dotlambda/volvooncall-0.10.4

python310Packages.volvooncall: 0.10.3 -> 0.10.4
This commit is contained in:
Nick Cao 2023-09-30 10:06:30 -04:00 committed by GitHub
commit 0cca00b8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "volvooncall";
version = "0.10.3";
version = "0.10.4";
format = "setuptools";
disabled = pythonOlder "3.10";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "molobrakos";
repo = "volvooncall";
rev = "refs/tags/v${version}";
hash = "sha256-FLrsU3u/0+T09cu2zU2fLjuAy9PWAikgbaW8xBALjwU=";
hash = "sha256-xr3g93rt3jvxVZrZY7cFh5eBP3k0arsejsgvx8p5EV4=";
};
patches = [
@ -69,6 +69,7 @@ buildPythonPackage rec {
homepage = "https://github.com/molobrakos/volvooncall";
changelog = "https://github.com/molobrakos/volvooncall/releases/tag/v${version}";
license = licenses.unlicense;
mainProgram = "voc";
maintainers = with maintainers; [ dotlambda ];
};
}