File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/development/python-modules/std2 Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77
88buildPythonPackage {
99 pname = "std2" ;
10- version = "unstable-2023-10-07 " ;
10+ version = "0- unstable-2024-09-02 " ;
1111 pyproject = true ;
1212
1313 src = fetchFromGitHub {
1414 owner = "ms-jpq" ;
1515 repo = "std2" ;
16- rev = "6332e559ee51c3a7c956804afdd7e1cc6ad47965 " ;
17- hash = "sha256-huN7P/Ws6anrFXDG7L5xxMenS25BHquV9cMi1s7WFJ4 =" ;
16+ rev = "205d1f52e9b5438ef2b732c77e1144847cafa8d0 " ;
17+ hash = "sha256-WdUefadEk92cGnDI+KbQBpjg+d7KgI6bjlQlyhRRRFA =" ;
1818 } ;
1919
2020 nativeBuildInputs = [ setuptools ] ;
2121
22- meta = with lib ; {
22+ meta = {
2323 homepage = "https://github.com/ms-jpq/std2" ;
2424 description = "Dependency to chadtree and coq_nvim plugins" ;
25- license = licenses . gpl3Plus ;
26- maintainers = with maintainers ; [ GaetanLepage ] ;
25+ license = lib . licenses . gpl3Plus ;
26+ maintainers = with lib . maintainers ; [ GaetanLepage ] ;
2727 } ;
2828}
You can’t perform that action at this time.
0 commit comments