python3Packages.unidata-blocks: 0.0.6 -> 0.0.8

This commit is contained in:
h7x4
2023-11-17 00:46:59 +01:00
parent 6893d1929e
commit d14d14abbb
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.6";
version = "0.0.8";
disabled = pythonOlder "3.11";
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-YtIqd5Z4lQdPMNHhQYIdSi741ruXJlqLHLw1pxXhjWc=";
hash = "sha256-Y7OSFuPHgzNc/KtmBWwdVqH7Xy4v4w2UGHBUF9pIuSU=";
};
format = "pyproject";