Skip to content

Commit

Permalink
Update flake to point to Taxi 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sephii committed Dec 1, 2023
1 parent 031c4c1 commit 741d307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ let

taxi = python3.pkgs.buildPythonPackage rec {
pname = "taxi";
version = "6.3.0";
version = "6.3.1";

# Using GitHub instead of PyPI because tests are not distributed on the PyPI releases
src = fetchFromGitHub {
owner = "sephii";
repo = pname;
rev = version;
hash = "sha256-kkoVP3bQ/c29VAs35OmSIMp8il1aa2R9srYKV7PzswQ=";
hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
};

format = "pyproject";
Expand Down

0 comments on commit 741d307

Please sign in to comment.