mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: jami-docs: Update to 0.0.0-2.a48997d.
* gnu/packages/jami.scm (jami-docs): Update to 0.0.0-2.a48997d. Change-Id: I0c6ee456dec6251a66d1566c855069f3ecf2e44e
This commit is contained in:
parent
8237f4e997
commit
c5fb46685f
1 changed files with 3 additions and 3 deletions
|
@ -332,8 +332,8 @@ (define-public jami
|
||||||
|
|
||||||
(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 "1")
|
(let ((revision "2")
|
||||||
(commit "ff466ebadb9b99a1672a814126793de670c3099b"))
|
(commit "a48997de84cc4933bd111fa93fbf6a58189b166d"))
|
||||||
(package
|
(package
|
||||||
(name "jami-docs")
|
(name "jami-docs")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -345,7 +345,7 @@ (define-public jami-docs
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n8a9dk8mi617rk3ycz5jrzbwv9ybfynlci5faz1klckx0aqdf6q"))))
|
"0a1kcflvk39aag2vk83cn4m0ifkgb3gvwkr8pbbvf0hcd2cj2j31"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue