python311Packages.unidata-blocks: 0.0.8 -> 0.0.9

This commit is contained in:
R. Ryantm 2023-12-31 19:43:54 +00:00
parent e5f6890469
commit 8a527465d3

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.8";
version = "0.0.9";
disabled = pythonOlder "3.11";
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-Y7OSFuPHgzNc/KtmBWwdVqH7Xy4v4w2UGHBUF9pIuSU=";
hash = "sha256-OuIhajgUyO5qdcxJCO06Q1xNbeSNGzlbaWnAqXORm9g=";
};
format = "pyproject";