python3Packages.taxi 6.3.1 -> 6.3.2
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user