Unverified Commit 09b7b022 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.python-open-router: 0.3.2 -> 0.3.3

parent b3465001
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "python-open-router";
  version = "0.3.2";
  version = "0.3.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "joostlek";
    repo = "python-open-router";
    tag = "v${version}";
    hash = "sha256-SSpSoo82FD1KUwbZpeHpl9I4A50yuJmdTVaHDxLZXso=";
    hash = "sha256-RFKtt8ViTIEBmahY9H9YhSdVSlxaBEPOxRWPST9GoAM=";
  };

  build-system = [ poetry-core ];