mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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:
commit
0b44bb4b4c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user