Skip to content

Commit 741d307

Browse files
committed
Update flake to point to Taxi 6.3.1
1 parent 031c4c1 commit 741d307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ let
2626

2727
taxi = python3.pkgs.buildPythonPackage rec {
2828
pname = "taxi";
29-
version = "6.3.0";
29+
version = "6.3.1";
3030

3131
# Using GitHub instead of PyPI because tests are not distributed on the PyPI releases
3232
src = fetchFromGitHub {
3333
owner = "sephii";
3434
repo = pname;
3535
rev = version;
36-
hash = "sha256-kkoVP3bQ/c29VAs35OmSIMp8il1aa2R9srYKV7PzswQ=";
36+
hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
3737
};
3838

3939
format = "pyproject";

0 commit comments

Comments
 (0)