python311Packages.unidata-blocks: 0.0.9 -> 0.0.10

This commit is contained in:
R. Ryantm 2024-04-21 10:36:56 +00:00
parent 44fa1ee8c2
commit a4c413810f
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "unidata-blocks";
version = "0.0.9";
version = "0.0.10";
disabled = pythonOlder "3.11";
src = fetchPypi {
pname = "unidata_blocks";
inherit version;
hash = "sha256-OuIhajgUyO5qdcxJCO06Q1xNbeSNGzlbaWnAqXORm9g=";
hash = "sha256-wwiOjfIAx6AZtK98uuPQ0jwblq+CdnMQp+JkQWh+RgM=";
};
format = "pyproject";