Merge pull request #258097 from dotlambda/volvooncall-0.10.4
python310Packages.volvooncall: 0.10.3 -> 0.10.4
This commit is contained in:
commit
0cca00b8bc
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user