python3Packages.gdsfactory: 9.20.1 -> 9.31.0
https://github.com/gdsfactory/gdsfactory/blob/v9.31.0/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -46,14 +46,14 @@
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "gdsfactory";
|
||||
version = "9.20.1";
|
||||
version = "9.31.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gdsfactory";
|
||||
repo = "gdsfactory";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-TpMi0Rv6sQA8uAPGl6iR1qgTU7havBlWmdz98DROoSk=";
|
||||
hash = "sha256-x6JhTcLhefRiV+oCqtWmsUyNxlrk3hZY3AJj/a/0j98=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user