taxi-cli: 6.1.1 -> 6.2.0

This commit is contained in:
R. Ryantm 2023-05-21 07:13:56 +00:00
parent 2dee1073d9
commit 9914d8b3a3

View file

@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "taxi"; pname = "taxi";
version = "6.1.1"; version = "6.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sephii"; owner = "sephii";
repo = "taxi"; repo = "taxi";
rev = version; rev = version;
hash = "sha256-iIy3odDX3QzVG80AFp81m8AYKES4JjlDp49GGpuIHLI="; hash = "sha256-wtLlO/W+39kTPjb2U6c54bxWxAQB7CxGxBh8gur+RCQ=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [