python3Packages.unidata-blocks: 0.0.16 -> 0.0.17

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:39 +02:00
parent 114b5a3dcc
commit 91fcdb6856
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.16";
version = "0.0.17";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-b/5Yq9wI+qSYSObBMCqZ3j8fSXwe4ssenNlvpkJSZro=";
hash = "sha256-QI9niECwNRyVpyzjaibPmlXxLpIbVA5v0bz94s0dDtM=";
};
build-system = [ hatchling ];