summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSylvain Fankhauser <sephi@nibelheim.ch>2025-11-30 23:37:08 +0100
committerSylvain Fankhauser <sephi@nibelheim.ch>2025-11-30 23:37:08 +0100
commit5ad8fb2efd1fb276dda4be3b67c94de850f0e90a (patch)
tree64a3845f2224088c630acbe7e0e3f70327ea4817 /pkgs/development/python-modules
parent1888d2e2c5f5dc0a454da40b1a7a2200f1a9b786 (diff)
python3Packages.taxi 6.3.1 -> 6.3.2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/taxi/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/taxi/default.nix b/pkgs/development/python-modules/taxi/default.nix
index 2bc58cc9599e..667667a62c85 100644
--- a/pkgs/development/python-modules/taxi/default.nix
+++ b/pkgs/development/python-modules/taxi/default.nix
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "taxi";
- version = "6.3.1";
+ version = "6.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "sephii";
repo = "taxi";
rev = version;
- hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
+ hash = "sha256-zhBjULAPd1rGvTMdy7TJ3XoDDMGnoL6fyZFTVIHDvDI=";
};
build-system = [ flit-core ];
@@ -35,13 +35,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "taxi" ];
- # Broken by the update of `click` from version 8.1.8 -> 8.2.1 in
- # https://github.com/NixOS/nixpkgs/pull/448189.
- disabledTests = [
- "test_ignore_date_error_week_day"
- "test_ignore_date_error_previous_day"
- ];
-
meta = with lib; {
homepage = "https://github.com/sephii/taxi/";
description = "Timesheeting made easy";