refactor: update to 25.11

This commit is contained in:
2026-02-20 17:18:38 +00:00
parent f93e12accd
commit d8a51cd389
13 changed files with 94 additions and 62 deletions

View File

@@ -1,6 +1,10 @@
{ python3Packages }: python3Packages.buildPythonPackage rec {
pname = "modulegraph";
version = "0.19.6";
pyproject = true;
build-system = [ python3Packages.setuptools ];
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-yRTIyVoOEP6IUF1OnCKEtOPbxwlD4wbMZWfjbMVBv0s=";