From 6a3e18991dfe2873dba6f4cbdc2dccb9493eaa12 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 17 Feb 2026 12:48:21 +0900 Subject: [PATCH] gnu: jami: Update to 20260216.0. * gnu/packages/jami.scm (%jami-nightly-version): Bump version. (%jami-daemon-commit): Bump commit. (libjami, jami): Adjust hashes. Change-Id: Ideaafe66cbbf45a1274ae320f4bae796cfac443c --- gnu/packages/jami.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 1f0ca4455d..d0e11c6645 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -81,8 +81,8 @@ ;;; When updating Jami, make sure that the patches used for ffmpeg-jami are up ;;; to date with those listed in ;;; . -(define %jami-nightly-version "20260206.0") -(define %jami-daemon-commit "55dd53736b9e6cd7204cc17e01d10d8a9276618f") +(define %jami-nightly-version "20260216.0") +(define %jami-daemon-commit "43d9809f92b0321f2c448a7220245e681e1223cb") (define-public libjami (package @@ -96,7 +96,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "13ira3yb3qwlk9gcd4slbdvrjfabdg5vbgdwsrqrp66m8ylvmnd7")))) + "1cb1v6mqld8m9qp5i8m2m166r8dfiz5ggbzw5fzz3psbh870f4fj")))) ;; Reduce the output by about 2 MiB by splitting the seldom used 'jamid' ;; daemon binary to the "bin" output. (outputs '("out" "bin" "debug")) @@ -222,7 +222,7 @@ QSortFilterProxyModel conveniently exposed for QML.") (file-name (git-file-name name version)) (sha256 (base32 - "1dcx4ckfrr9as2697vk20mmxcxq591hzim0dka9yxjspfkkkcbmh")) + "0xk6dbwl1xbwc5kr6c3iymwpr5nr9kzffwmfhdf85mvq7jl4ps7x")) (patches (search-patches "jami-libjami-cmake.patch" "jami-avutil-link.patch"))))