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

taxi-cli: 6.1.1 -> 6.2.0
This commit is contained in:
Nick Cao 2023-05-21 03:43:18 -06:00 committed by GitHub
commit 50a183182d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [