guix-commits
[Top][All Lists]
Advanced

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

01/03: doc: Use an existing commit in channel example.


From: guix-commits
Subject: 01/03: doc: Use an existing commit in channel example.
Date: Fri, 24 Jul 2020 12:56:47 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9c7581a1273d049a95c0fa4f52fe29ec9145d101
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jul 24 16:04:05 2020 +0200

    doc: Use an existing commit in channel example.
    
    Suggested by zimoun <zimon.toutoune@gmail.com>.
    
    * doc/guix.texi (Channels): Use the commit for 'v1.0.0' instead of a
    non-existing commit in example.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index fb1c66d..0d090ee 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4379,7 +4379,7 @@ say, on another machine, by providing a channel 
specification in
 (list (channel
        (name 'guix)
        (url "https://git.savannah.gnu.org/git/guix.git";)
-       (commit "d894ab8e9bfabcefa6c49d9ba2e834dd5a73a300"))
+       (commit "6298c3ffd9654d3231a6f25390b056483e8f407c"))
       (channel
        (name 'my-personal-packages)
        (url "https://example.org/personal-packages.git";)



reply via email to

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