From 069e192d02b2df8d2c9830cc1646bf7b3a03f9ea Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 15 Jun 2026 20:58:48 +0300 Subject: [PATCH] lasuite-meet: 1.17.0 -> 1.21.0 --- pkgs/by-name/la/lasuite-meet/addon-outlook.nix | 2 +- pkgs/by-name/la/lasuite-meet/frontend.nix | 2 +- pkgs/by-name/la/lasuite-meet/mail.nix | 2 +- pkgs/by-name/la/lasuite-meet/package.nix | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/la/lasuite-meet/addon-outlook.nix b/pkgs/by-name/la/lasuite-meet/addon-outlook.nix index f578f0635d9a..3dfb7faf8ec7 100644 --- a/pkgs/by-name/la/lasuite-meet/addon-outlook.nix +++ b/pkgs/by-name/la/lasuite-meet/addon-outlook.nix @@ -23,7 +23,7 @@ buildNpmPackage (finalAttrs: { npmDeps = fetchNpmDeps { inherit (finalAttrs) version src sourceRoot; - hash = "sha256-ReYXXYFzqZl0HWAgLdlw25ZamZJ06Aez8g1Tv/Nt3cE="; + hash = "sha256-1CoY0A4KMdn76SbgfRULn+O4yZhJgwNdk/bZ9Fk2rwY="; }; npmBuildScript = "build"; diff --git a/pkgs/by-name/la/lasuite-meet/frontend.nix b/pkgs/by-name/la/lasuite-meet/frontend.nix index 620641681dbe..a6ff5debfd6e 100644 --- a/pkgs/by-name/la/lasuite-meet/frontend.nix +++ b/pkgs/by-name/la/lasuite-meet/frontend.nix @@ -13,7 +13,7 @@ buildNpmPackage (finalAttrs: { npmDeps = fetchNpmDeps { inherit (finalAttrs) version src sourceRoot; - hash = "sha256-Dd0wqssmLBfHkOHI5aactLnCPG4JxPLhNC+eo//QRXM="; + hash = "sha256-YnHjuwDp293KVNTYTd4KcZqMamZNeccOdpSGgJ9a3G8="; }; npmBuildScript = "build"; diff --git a/pkgs/by-name/la/lasuite-meet/mail.nix b/pkgs/by-name/la/lasuite-meet/mail.nix index 542433488845..128b5f6e8dee 100644 --- a/pkgs/by-name/la/lasuite-meet/mail.nix +++ b/pkgs/by-name/la/lasuite-meet/mail.nix @@ -22,7 +22,7 @@ buildNpmPackage (finalAttrs: { pname = "${finalAttrs.pname}-npm-deps"; inherit version src; inherit (finalAttrs) sourceRoot; - hash = "sha256-dvOmSQjtw7Qv3H+flOcXDaIxQzf9YBmsQo7jmSTA7tI="; + hash = "sha256-yq88kbrKn9HMwvxcWNXm7zonAqTs8T2i7iQAsD0TtnU="; }; npmBuildScript = "build"; diff --git a/pkgs/by-name/la/lasuite-meet/package.nix b/pkgs/by-name/la/lasuite-meet/package.nix index aef6663aaed2..ee61defe5c5e 100644 --- a/pkgs/by-name/la/lasuite-meet/package.nix +++ b/pkgs/by-name/la/lasuite-meet/package.nix @@ -6,13 +6,13 @@ python3, }: let - version = "1.17.0"; + version = "1.21.0"; src = fetchFromGitHub { owner = "suitenumerique"; repo = "meet"; tag = "v${version}"; - hash = "sha256-hmkJwFYTBTbYsroegaRp/dcaNmeyPQ0Rbh/D1PGbh04="; + hash = "sha256-pUCSdnTBj/qwc0cya3P96r89r2K1GNSGg4DeIhxUKwI="; }; meta = { @@ -46,7 +46,7 @@ python.pkgs.buildPythonApplication (finalAttrs: { postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "uv_build>=0.10.9,<0.11.0" "uv_build" + --replace-fail "uv_build>=0.11.16,<0.12.0" "uv_build" ''; build-system = with python.pkgs; [ uv-build ];