Unverified Commit 0cca00b8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258097 from dotlambda/volvooncall-0.10.4

python310Packages.volvooncall: 0.10.3 -> 0.10.4
parents 0bc85a64 67a439f8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];
  };
}