Skip to content

Commit 797a0c6

Browse files
authored
python3Packages.migen: unstable-2024-07-21 -> 0.9.2-unstable-2024-12-25 (NixOS#368875)
2 parents 6152b33 + b6956c4 commit 797a0c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/development/python-modules/migen/default.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
setuptools,
66
colorama,
77
pytestCheckHook,
8+
unstableGitUpdater,
89
}:
910

1011
buildPythonPackage {
1112
pname = "migen";
12-
version = "unstable-2024-07-21";
13+
version = "0.9.2-unstable-2024-12-25";
1314
pyproject = true;
1415

1516
src = fetchFromGitHub {
1617
owner = "m-labs";
1718
repo = "migen";
18-
rev = "9279e8623f8433bc4f23ac51e5e2331bfe544417";
19-
hash = "sha256-z3LRhNmKZrjr6rFD0yxtccSa/SWvFIYmb+G/D5d2Jd8=";
19+
rev = "4c2ae8dfeea37f235b52acb8166f12acaaae4f7c";
20+
hash = "sha256-P4vaF+9iVekRAC2/mc9G7IwI6baBpPAxiDQ8uye4sAs=";
2021
};
2122

2223
nativeBuildInputs = [ setuptools ];
@@ -27,6 +28,8 @@ buildPythonPackage {
2728

2829
pythonImportsCheck = [ "migen" ];
2930

31+
passthru.updateScript = unstableGitUpdater { };
32+
3033
meta = {
3134
description = " A Python toolbox for building complex digital hardware";
3235
homepage = "https://m-labs.hk/migen";

0 commit comments

Comments
 (0)