From 987f55a4ba5da55304fafb2fb64b735f4cb8ff85 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 12 Jul 2025 10:55:29 +0900 Subject: [PATCH] gnu: jami: Update to 20250613.0. * gnu/packages/jami.scm (%jami-nightly-version): Bump to 20250613.0. (%jami-daemon-commit): Bump to to 41384122a8b61548aae90c9893d065aca216ce85. (libjami) [source]: Adjust hash. (jami) [source]: Adjust hash. (sortfilterproxymodel): Update to latest commit. Change-Id: Id4e04bc2b3e270f4eae43ef48d6b418ccee76b72 --- gnu/packages/jami.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index 30eb0f41841..f8b7a4345f5 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -79,8 +79,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 "20250610.0") -(define %jami-daemon-commit "3280fa373a186c8cd4926849ef94d41bcf97c129") +(define %jami-nightly-version "20250613.0") +(define %jami-daemon-commit "41384122a8b61548aae90c9893d065aca216ce85") (define-public libjami (package @@ -94,7 +94,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1sxrm0q4p9al6ar3svnni080cnclgf6yi9sy503n60srg47jvs87")) + "136hiippjfbyp4h3pf68kh3cyw6r2idjgq7vj1h9sdipc87a1a2r")) (patches (search-patches "libjami-ac-config-files.patch")))) (outputs '("out" "bin" "debug")) ;"bin' contains jamid @@ -185,9 +185,9 @@ service definitions.") ;;; Private package; this is used in source form: the project build system has ;;; no install target. (define sortfilterproxymodel - ;; Use the latest commit available from the 'qt-6' branch. - (let ((commit "6cc21205dbf36640613f0e6e67b2b13b1855c377") - (revision "0")) + ;; Use the latest commit available from the master branch. + (let ((commit "67670eee2c3c5bd758345afa9ba1177dbed32ed2") + (revision "1")) (package (name "sortfilterproxymodel") ;; There are no recent release tag; the module version defined in the @@ -233,7 +233,7 @@ QSortFilterProxyModel conveniently exposed for QML.") (file-name (git-file-name name version)) (sha256 (base32 - "11hydcclfllvdsd08fdmsqxldgk957rr0xyjqgr9hdh7y0l95a9a")) + "1kb564njmxzyn6lpry58dj14hcwfjhz9kqyi419glbdp98kipd4m")) (patches (search-patches "jami-disable-webengine.patch" "jami-enable-testing.patch"