Skip to content

Commit 3aea9d6

Browse files
committed
python312Packages.std2: unstable-2023-10-07 -> 0-unstable-2024-09-02
Diff: ms-jpq/std2@6332e55...205d1f5
1 parent 261a20d commit 3aea9d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77

88
buildPythonPackage {
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
}

0 commit comments

Comments
 (0)