mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
20c3975b1d
commit
70a2ea6241
1 changed files with 5 additions and 4 deletions
|
@ -339,8 +339,8 @@ P2P-DHT.")
|
||||||
|
|
||||||
(define-public jami-docs
|
(define-public jami-docs
|
||||||
;; There aren't any tags, so use the latest commit.
|
;; There aren't any tags, so use the latest commit.
|
||||||
(let ((revision "2")
|
(let ((revision "3")
|
||||||
(commit "a48997de84cc4933bd111fa93fbf6a58189b166d"))
|
(commit "4764cc83ccac2a64d7d9051ad915bbf762c6a624"))
|
||||||
(package
|
(package
|
||||||
(name "jami-docs")
|
(name "jami-docs")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -352,7 +352,7 @@ P2P-DHT.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a1kcflvk39aag2vk83cn4m0ifkgb3gvwkr8pbbvf0hcd2cj2j31"))))
|
"1aj63ba6v0vnvn3si97xf1zk5b4y2hpk7g6mx75jbb2q9qybzn0i"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -369,9 +369,10 @@ P2P-DHT.")
|
||||||
("_build/out/html" "share/doc/jami/")
|
("_build/out/html" "share/doc/jami/")
|
||||||
("_build/out/man/jami.1" "share/man/man1/"))))
|
("_build/out/man/jami.1" "share/man/man1/"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python
|
(list python-minimal
|
||||||
python-myst-parser
|
python-myst-parser
|
||||||
python-sphinx
|
python-sphinx
|
||||||
|
python-sphinxcontrib-mermaid
|
||||||
python-sphinx-rtd-theme
|
python-sphinx-rtd-theme
|
||||||
texinfo))
|
texinfo))
|
||||||
(home-page "https://git.jami.net/")
|
(home-page "https://git.jami.net/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue