Skip to content

Commit dc585df

Browse files
authored
python313Packages.approvaltests: 14.3.1 -> 14.5.0 (#398017)
2 parents 2bf0209 + 254b8ab commit dc585df

File tree

1 file changed

+5
-8
lines changed
  • pkgs/development/python-modules/approvaltests

1 file changed

+5
-8
lines changed

pkgs/development/python-modules/approvaltests/default.nix

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,21 @@
1313
pytest,
1414
pytest-asyncio,
1515
pytestCheckHook,
16-
pythonOlder,
1716
setuptools,
1817
testfixtures,
1918
typing-extensions,
2019
}:
2120

2221
buildPythonPackage rec {
2322
pname = "approvaltests";
24-
version = "14.3.1";
23+
version = "14.5.0";
2524
pyproject = true;
2625

27-
disabled = pythonOlder "3.8";
28-
2926
src = fetchFromGitHub {
3027
owner = "approvals";
3128
repo = "ApprovalTests.Python";
3229
tag = "v${version}";
33-
hash = "sha256-cFxa+QNfMk8+5jC4cxhbUs09/0tHjOgdsaE8XfxG6yk=";
30+
hash = "sha256-VWYl+8hS9XnvtqmokNntdKGHWSJVlGPomvAEwaBcjY8=";
3431
};
3532

3633
build-system = [ setuptools ];
@@ -67,11 +64,11 @@ buildPythonPackage rec {
6764
"approvaltests.reporters.generic_diff_reporter_factory"
6865
];
6966

70-
meta = with lib; {
67+
meta = {
7168
description = "Assertion/verification library to aid testing";
7269
homepage = "https://github.com/approvals/ApprovalTests.Python";
73-
changelog = "https://github.com/approvals/ApprovalTests.Python/releases/tag/v${version}";
74-
license = licenses.asl20;
70+
changelog = "https://github.com/approvals/ApprovalTests.Python/releases/tag/${src.tag}";
71+
license = lib.licenses.asl20;
7572
maintainers = [ ];
7673
};
7774
}

0 commit comments

Comments
 (0)