Merge pull request #329420 from dotlambda/python3Packages.agate

python312Packages.agate: 1.9.1 -> 1.11.0
This commit is contained in:
Robert Schütz 2024-07-24 12:27:05 -07:00 committed by GitHub
commit 7714e00535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -14,22 +14,21 @@
python-slugify,
pythonOlder,
pytimeparse,
pytz,
setuptools,
}:
buildPythonPackage rec {
pname = "agate";
version = "1.9.1";
version = "1.11.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "wireservice";
repo = "agate";
rev = "refs/tags/${version}";
hash = "sha256-I7jvZA/m06kUuUcfglySaroDbJ5wbgiF2lb84EFPmpw=";
hash = "sha256-JVBf21as4DNmGT84dSG+54RIU6PbRBoLPSsWj2FGXxc=";
};
build-system = [ setuptools ];
@ -49,7 +48,6 @@ buildPythonPackage rec {
lxml
pyicu
pytestCheckHook
pytz
];
pythonImportsCheck = [ "agate" ];

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
build-system = [ hatchling ];
pythonRelaxDeps = [ "agate" ];
dependencies = [
agate
colorama