python3Packages.taxi 6.3.1 -> 6.3.2

This commit is contained in:
Sylvain Fankhauser
2025-11-30 23:37:08 +01:00
parent 1888d2e2c5
commit 5ad8fb2efd
@@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "taxi"; pname = "taxi";
version = "6.3.1"; version = "6.3.2";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sephii"; owner = "sephii";
repo = "taxi"; repo = "taxi";
rev = version; rev = version;
hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw="; hash = "sha256-zhBjULAPd1rGvTMdy7TJ3XoDDMGnoL6fyZFTVIHDvDI=";
}; };
build-system = [ flit-core ]; build-system = [ flit-core ];
@@ -35,13 +35,6 @@ buildPythonPackage rec {
pythonImportsCheck = [ "taxi" ]; 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; { meta = with lib; {
homepage = "https://github.com/sephii/taxi/"; homepage = "https://github.com/sephii/taxi/";
description = "Timesheeting made easy"; description = "Timesheeting made easy";