Merge pull request #305715 from r-ryantm/auto-update/python311Packages.unidata-blocks

python311Packages.unidata-blocks: 0.0.9 -> 0.0.10
This commit is contained in:
Nick Cao
2024-04-21 13:35:03 -04:00
committed by GitHub
@@ -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";