From 3aea9d6aaa32125a53950a8ed65bbdca73fe43f5 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 17 Sep 2024 23:13:35 +0200 Subject: [PATCH] python312Packages.std2: unstable-2023-10-07 -> 0-unstable-2024-09-02 Diff: https://github.com/ms-jpq/std2/compare/6332e559ee51c3a7c956804afdd7e1cc6ad47965...205d1f52e9b5438ef2b732c77e1144847cafa8d0 --- pkgs/development/python-modules/std2/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/std2/default.nix b/pkgs/development/python-modules/std2/default.nix index aa46ad29dd9f5..f25c28601d123 100644 --- a/pkgs/development/python-modules/std2/default.nix +++ b/pkgs/development/python-modules/std2/default.nix @@ -7,22 +7,22 @@ buildPythonPackage { pname = "std2"; - version = "unstable-2023-10-07"; + version = "0-unstable-2024-09-02"; pyproject = true; src = fetchFromGitHub { owner = "ms-jpq"; repo = "std2"; - rev = "6332e559ee51c3a7c956804afdd7e1cc6ad47965"; - hash = "sha256-huN7P/Ws6anrFXDG7L5xxMenS25BHquV9cMi1s7WFJ4="; + rev = "205d1f52e9b5438ef2b732c77e1144847cafa8d0"; + hash = "sha256-WdUefadEk92cGnDI+KbQBpjg+d7KgI6bjlQlyhRRRFA="; }; nativeBuildInputs = [ setuptools ]; - meta = with lib; { + meta = { homepage = "https://github.com/ms-jpq/std2"; description = "Dependency to chadtree and coq_nvim plugins"; - license = licenses.gpl3Plus; - maintainers = with maintainers; [ GaetanLepage ]; + license = lib.licenses.gpl3Plus; + maintainers = with lib.maintainers; [ GaetanLepage ]; }; }