guix_mirror_bot pushed a commit to branch master in repository guix. commit 70a2ea62414bcd0bed7c40f11e59e1966b086be4 Author: Maxim Cournoyer <ma...@guixotic.coop> AuthorDate: Mon Jul 21 23:17:23 2025 +0900
gnu: jami-docs: Update to 0.0.0-3.4764cc8. * gnu/packages/jami.scm (jami-docs): Update to 0.0.0-3.4764cc8. [native-inputs]: Add python-sphinxcontrib-mermaid. Replace python with python-minimal. Change-Id: Idc58452b612d0ef43e449c282c9f4d2217c94c3e --- gnu/packages/jami.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index b0f4ec07fe..d2256e19ac 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -339,8 +339,8 @@ P2P-DHT.") (define-public jami-docs ;; There aren't any tags, so use the latest commit. - (let ((revision "2") - (commit "a48997de84cc4933bd111fa93fbf6a58189b166d")) + (let ((revision "3") + (commit "4764cc83ccac2a64d7d9051ad915bbf762c6a624")) (package (name "jami-docs") (version (git-version "0.0.0" revision commit)) @@ -352,7 +352,7 @@ P2P-DHT.") (file-name (git-file-name name version)) (sha256 (base32 - "0a1kcflvk39aag2vk83cn4m0ifkgb3gvwkr8pbbvf0hcd2cj2j31")))) + "1aj63ba6v0vnvn3si97xf1zk5b4y2hpk7g6mx75jbb2q9qybzn0i")))) (build-system copy-build-system) (arguments (list @@ -369,9 +369,10 @@ P2P-DHT.") ("_build/out/html" "share/doc/jami/") ("_build/out/man/jami.1" "share/man/man1/")))) (native-inputs - (list python + (list python-minimal python-myst-parser python-sphinx + python-sphinxcontrib-mermaid python-sphinx-rtd-theme texinfo)) (home-page "https://git.jami.net/")