Skip to content

Commit a07fcff

Browse files
authored
python312Packages.aiounittest: 1.4.3 -> 1.5.0 (#388554)
2 parents c522fe6 + f20e220 commit a07fcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

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

1515
src = fetchFromGitHub {
1616
owner = "kwarunek";
1717
repo = "aiounittest";
1818
tag = version;
19-
hash = "sha256-hcfcB2SMduTopqdRdMi63UTTD7BWc5g2opAfahWXjlw=";
19+
hash = "sha256-zX3KpDw7AaEwOLkiHX/ZD+rSMeN7qi9hOVAmVH6Jxgg=";
2020
};
2121

2222
build-system = [ setuptools ];

0 commit comments

Comments
 (0)