python312Packages.unidata-blocks: 0.0.12 -> 0.0.13

This commit is contained in:
R. Ryantm
2024-07-08 23:09:41 +00:00
parent 655a58a72a
commit 1a3cc3f99b
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.12";
version = "0.0.13";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-V8xmw8CDq0Y89pidcMF+f0A40PfAmkRwcduTFkUguU4=";
hash = "sha256-JQwKMEhDdvvsnXI6QsV2TcuB3mw5NcALbi5kM5xl/Pw=";
};
build-system = [ hatchling ];