python311Packages.nocaselist: 2.0.0 -> 2.0.2

This commit is contained in:
R. Ryantm
2024-05-14 18:14:44 +00:00
parent d75c1275b8
commit 7f4dbe203a
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "nocaselist";
version = "2.0.0";
version = "2.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RWqgAMZ3fF0hsCnFLlMvlDKNT7TxWtKk3T3WLbMLOJI=";
hash = "sha256-MnCLcAoaUxM+a7XMUzMsl3Wwx8lZpflyV5MXH9L0yKU=";
};
propagatedBuildInputs = [