Skip to content

Commit 221e918

Browse files
authored
python312Packages.aiounittest: 1.4.2 -> 1.4.3 (#381025)
2 parents 93619c4 + b1c823e commit 221e918

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,26 @@
99

1010
buildPythonPackage rec {
1111
pname = "aiounittest";
12-
version = "1.4.2";
12+
version = "1.4.3";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "kwarunek";
17-
repo = pname;
17+
repo = "aiounittest";
1818
tag = version;
19-
hash = "sha256-7lDOI1SHPpRZLTHRTmfbKlZH18T73poJdFyVmb+HKms=";
19+
hash = "sha256-hcfcB2SMduTopqdRdMi63UTTD7BWc5g2opAfahWXjlw=";
2020
};
2121

22-
nativeBuildInputs = [ setuptools ];
22+
build-system = [ setuptools ];
2323

24-
propagatedBuildInputs = [ wrapt ];
24+
dependencies = [ wrapt ];
2525

2626
nativeCheckInputs = [ pytestCheckHook ];
2727

2828
pythonImportsCheck = [ "aiounittest" ];
2929

3030
meta = with lib; {
31+
changelog = "https://github.com/kwarunek/aiounittest/releases/tag/${src.tag}";
3132
description = "Test asyncio code more easily";
3233
homepage = "https://github.com/kwarunek/aiounittest";
3334
license = licenses.mit;

0 commit comments

Comments
 (0)