python3Packages.taxi: 6.3.2 -> 6.3.3

This commit is contained in:
R. Ryantm
2026-04-21 19:32:02 +00:00
parent e778006acf
commit 616d79ee61
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "taxi";
version = "6.3.2";
version = "6.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "sephii";
repo = "taxi";
rev = version;
hash = "sha256-zhBjULAPd1rGvTMdy7TJ3XoDDMGnoL6fyZFTVIHDvDI=";
hash = "sha256-FeAfat5/Dq0y/XHFbZnOEgFix2z+dP5GXvAANLTPFP8=";
};
build-system = [ flit-core ];