File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
pkgs/development/python-modules/migen Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 55 setuptools ,
66 colorama ,
77 pytestCheckHook ,
8+ unstableGitUpdater ,
89} :
910
1011buildPythonPackage {
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" ;
You can’t perform that action at this time.
0 commit comments