python3Packages.nocaselist: 2.1.0 -> 2.2.0

https://github.com/pywbem/nocaselist/blob/2.2.0/docs/changes.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:39 +01:00
parent 04f3bf9fbc
commit 143bbcf725
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "nocaselist";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+3MG9aPgRVNOc3q37L7uA5ul6br7xbXyMfYW1+khG2U=";
hash = "sha256-sGs9b+wavAXGB6qOgTWZOIcnoI4YwiNDHXRpz26wwGo=";
};
build-system = [