guix-commits
[Top][All Lists]
Advanced

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

branch master updated: channels: Add the channel branch in sexp->channel


From: guix-commits
Subject: branch master updated: channels: Add the channel branch in sexp->channel.
Date: Wed, 10 Mar 2021 10:55:12 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8f999e1  channels: Add the channel branch in sexp->channel.
8f999e1 is described below

commit 8f999e1ac26d939e1dfc8fbdfa9316fb412df21a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Mar 10 16:53:51 2021 +0100

    channels: Add the channel branch in sexp->channel.
    
    * guix/channels.scm (sexp->channel): Add the channel branch.
---
 guix/channels.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/channels.scm b/guix/channels.scm
index f68bbcf..b812c1b 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -949,6 +949,7 @@ does not have the expected structure."
                       (#f name)
                       (('name name) name)))
               (url url)
+              (branch branch)
               (commit commit)
               (introduction
                (match (assq 'introduction rest)



reply via email to

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