python3Packages.unidata-blocks: 0.0.18 -> 0.0.24

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:09 +01:00
parent 35de911fc4
commit 744e02810f
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.18";
version = "0.0.24";
pyproject = true;
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-ptmkFJKRXXPE+EE5sXR562rChzQr/WOWZoQno6EFQ8U=";
hash = "sha256-yQJW4u0v9TrYNPOeEqhOnCcuyrgpj4Qy1ayLBeCgp2E=";
};
build-system = [ hatchling ];