Unverified Commit b6956c49 authored by Liam Murphy's avatar Liam Murphy
Browse files

python3Packages.migen: unstable-2024-07-21 -> 0.9.2-unstable-2024-12-25

This update gets it working with Python 3.13.
parent 711b3e54
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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 ];
@@ -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";