Merge pull request #283885 from r-ryantm/auto-update/python311Packages.aiorwlock

python311Packages.aiorwlock: 1.3.0 -> 1.4.0

authored by Nick Cao and committed by GitHub 56cc0a81 087a544f

+2 -2
+2 -2
pkgs/development/python-modules/aiorwlock/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "aiorwlock"; 11 - version = "1.3.0"; 11 + version = "1.4.0"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-g/Eth99LlyiguP2hdWWFqw1lKxB7q1nGCE4bGtaSq0U="; 16 + hash = "sha256-TOpb7E6dA1M6JpGSmTlIIqFCKqUZvKndCReOxJD40cw="; 17 17 }; 18 18 19 19 nativeCheckInputs = [