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
commit 0b44bb4b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";