python3Packages.nocasedict: 2.0.4 -> 2.1.0

https://github.com/pywbem/nocasedict/blob/2.1.0/docs/changes.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:58 +02:00
parent e6e4800d8a
commit 6bc8f190df
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "nocasedict";
version = "2.0.4";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-TKk09l31exDQ/KtfDDnp3MuTV3/58ivvmCZd2/EvivE=";
hash = "sha256-tWPVhRy7DgsQ+7YYm6h+BhLSLlpvOgBKRXOrWziqqn0=";
};
build-system = [ setuptools ];