Skip to content

Commit d071328

Browse files
committed
Upgrade taxi in nixpkgs to 6.3.2
1 parent c111be5 commit d071328

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.1";
29+
version = "6.3.2";
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-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
36+
hash = "sha256-zhBjULAPd1rGvTMdy7TJ3XoDDMGnoL6fyZFTVIHDvDI=";
3737
};
3838

3939
format = "pyproject";

0 commit comments

Comments
 (0)