Skip to content

Commit c4abc9c

Browse files
r-ryantmwegank
authored andcommitted
python312Packages.aiounittest: 1.4.2 -> 1.4.3
1 parent 54cdacb commit c4abc9c

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.2";
12+
version = "1.4.3";
1313
pyproject = true;
1414

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

2222
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)