Loading pkgs/development/python-modules/migen/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -5,18 +5,19 @@ setuptools, colorama, pytestCheckHook, unstableGitUpdater, }: buildPythonPackage { pname = "migen"; version = "unstable-2024-07-21"; version = "0.9.2-unstable-2024-12-25"; pyproject = true; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; rev = "9279e8623f8433bc4f23ac51e5e2331bfe544417"; hash = "sha256-z3LRhNmKZrjr6rFD0yxtccSa/SWvFIYmb+G/D5d2Jd8="; rev = "4c2ae8dfeea37f235b52acb8166f12acaaae4f7c"; hash = "sha256-P4vaF+9iVekRAC2/mc9G7IwI6baBpPAxiDQ8uye4sAs="; }; nativeBuildInputs = [ setuptools ]; Loading @@ -27,6 +28,8 @@ buildPythonPackage { pythonImportsCheck = [ "migen" ]; passthru.updateScript = unstableGitUpdater { }; meta = { description = " A Python toolbox for building complex digital hardware"; homepage = "https://m-labs.hk/migen"; Loading Loading
pkgs/development/python-modules/migen/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -5,18 +5,19 @@ setuptools, colorama, pytestCheckHook, unstableGitUpdater, }: buildPythonPackage { pname = "migen"; version = "unstable-2024-07-21"; version = "0.9.2-unstable-2024-12-25"; pyproject = true; src = fetchFromGitHub { owner = "m-labs"; repo = "migen"; rev = "9279e8623f8433bc4f23ac51e5e2331bfe544417"; hash = "sha256-z3LRhNmKZrjr6rFD0yxtccSa/SWvFIYmb+G/D5d2Jd8="; rev = "4c2ae8dfeea37f235b52acb8166f12acaaae4f7c"; hash = "sha256-P4vaF+9iVekRAC2/mc9G7IwI6baBpPAxiDQ8uye4sAs="; }; nativeBuildInputs = [ setuptools ]; Loading @@ -27,6 +28,8 @@ buildPythonPackage { pythonImportsCheck = [ "migen" ]; passthru.updateScript = unstableGitUpdater { }; meta = { description = " A Python toolbox for building complex digital hardware"; homepage = "https://m-labs.hk/migen"; Loading