python311Packages.aiorwlock: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2024-01-25 23:15:49 +00:00
parent 5af80acc9a
commit 68924e9bac

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "aiorwlock";
version = "1.3.0";
version = "1.4.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-g/Eth99LlyiguP2hdWWFqw1lKxB7q1nGCE4bGtaSq0U=";
hash = "sha256-TOpb7E6dA1M6JpGSmTlIIqFCKqUZvKndCReOxJD40cw=";
};
nativeCheckInputs = [