Merge pull request #309750 from r-ryantm/auto-update/python311Packages.nocaselist

python311Packages.nocaselist: 2.0.0 -> 2.0.2

authored by Matthias Beyer and committed by GitHub c646f3c6 167c3f94

+2 -2
+2 -2
pkgs/development/python-modules/nocaselist/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "nocaselist"; 11 - version = "2.0.0"; 11 + version = "2.0.2"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-RWqgAMZ3fF0hsCnFLlMvlDKNT7TxWtKk3T3WLbMLOJI="; 18 + hash = "sha256-MnCLcAoaUxM+a7XMUzMsl3Wwx8lZpflyV5MXH9L0yKU="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [