guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/20: gnu: jami-docs: Update to 0.0.0-2.a48997d.


From: guix-commits
Subject: 18/20: gnu: jami-docs: Update to 0.0.0-2.a48997d.
Date: Tue, 9 Jan 2024 22:28:55 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit c5fb46685f4d6defd122efb3dcbcd8baf3612e17
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 9 12:02:21 2024 -0500

    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
---
 gnu/packages/jami.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 0987ac5e5e..1ef840845a 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -332,8 +332,8 @@ P2P-DHT.")
 
 (define-public jami-docs
   ;; There aren't any tags, so use the latest commit.
-  (let ((revision "1")
-        (commit "ff466ebadb9b99a1672a814126793de670c3099b"))
+  (let ((revision "2")
+        (commit "a48997de84cc4933bd111fa93fbf6a58189b166d"))
     (package
       (name "jami-docs")
       (version (git-version "0.0.0" revision commit))
@@ -345,7 +345,7 @@ P2P-DHT.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1n8a9dk8mi617rk3ycz5jrzbwv9ybfynlci5faz1klckx0aqdf6q"))))
+                  "0a1kcflvk39aag2vk83cn4m0ifkgb3gvwkr8pbbvf0hcd2cj2j31"))))
       (build-system copy-build-system)
       (arguments
        (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]