python3Packages.unidata-blocks: 0.0.13 -> 0.0.15

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:40 +02:00
parent 2becd051ec
commit 44955585c0
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.13";
version = "0.0.15";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-JQwKMEhDdvvsnXI6QsV2TcuB3mw5NcALbi5kM5xl/Pw=";
hash = "sha256-dPVJjA+udN6hD8v+pp59/SsHHCwmJLVRYuCDBQIGJQk=";
};
build-system = [ hatchling ];