Unverified Commit 50a18318 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #233165 from r-ryantm/auto-update/taxi-cli

taxi-cli: 6.1.1 -> 6.2.0
parents 86c04a75 9914d8b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildPythonPackage rec {
  pname = "taxi";
  version = "6.1.1";
  version = "6.2.0";

  src = fetchFromGitHub {
    owner = "sephii";
    repo = "taxi";
    rev = version;
    hash = "sha256-iIy3odDX3QzVG80AFp81m8AYKES4JjlDp49GGpuIHLI=";
    hash = "sha256-wtLlO/W+39kTPjb2U6c54bxWxAQB7CxGxBh8gur+RCQ=";
  };

  propagatedBuildInputs = [