guix-commits
[Top][All Lists]
Advanced

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

17/51: gnu: jami-docs: Update to 0.0.0-1.ff466eb.


From: guix-commits
Subject: 17/51: gnu: jami-docs: Update to 0.0.0-1.ff466eb.
Date: Tue, 28 Mar 2023 20:20:20 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit de233c010ca865314cd63b110b3360f3407293b5
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 12:59:18 2023 -0400

    gnu: jami-docs: Update to 0.0.0-1.ff466eb.
    
    * gnu/packages/jami.scm (jami-docs): Update to 0.0.0-1.ff466eb.
---
 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 7829f3db34..db120f223e 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -538,8 +538,8 @@ P2P-DHT.")
 
 (define-public jami-docs
   ;; There aren't any tags, so use the latest commit.
-  (let ((revision "0")
-        (commit "b00574bcc46538c4b405b5edb3b43bf5404ff511"))
+  (let ((revision "1")
+        (commit "ff466ebadb9b99a1672a814126793de670c3099b"))
     (package
       (name "jami-docs")
       (version (git-version "0.0.0" revision commit))
@@ -551,7 +551,7 @@ P2P-DHT.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0iayi6yrb6djk0l2dwdxzlsga9c18ra8adplh8dad3zjdi75wnsq"))))
+                  "1n8a9dk8mi617rk3ycz5jrzbwv9ybfynlci5faz1klckx0aqdf6q"))))
       (build-system copy-build-system)
       (arguments
        (list



reply via email to

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