lasuite-meet: 0.1.29 -> 0.1.30

https://github.com/suitenumerique/meet/compare/v0.1.29..v0.1.30
This commit is contained in:
soyouzpanda
2025-07-18 18:02:17 +02:00
parent f917e1688c
commit 3b0cd27a25
+2 -2
View File
@@ -13,14 +13,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "lasuite-meet";
version = "0.1.29";
version = "0.1.30";
pyproject = true;
src = fetchFromGitHub {
owner = "suitenumerique";
repo = "meet";
tag = "v${version}";
hash = "sha256-dvAPKNsj8ZnH0eLofbkE09hXL1g8YdViX8sQ/9+4L7k=";
hash = "sha256-Ow2xi3twW6FeG88Ya5AeRNk6MIY5JGqd7e1qukKTfQs=";
};
sourceRoot = "source/src/backend";