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

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f476238  gnu: guile3.0-chickadee: Rename to guile3.0-chickadee.
f476238 is described below

commit f47623843116c4a83240bb646edfcd9c0e1d8187
Author: Christopher Baines <m...@cbaines.net>
AuthorDate: Tue Apr 7 22:21:58 2020 +0100

    gnu: guile3.0-chickadee: Rename to guile3.0-chickadee.
    
    This avoids having to packages, both called guile-chickadee.
    
    * gnu/packages/game-development.scm (guile3.0-chickadee)[name]: Change from
    guile-chickadee to guile3.0-chickadee.
---
 gnu/packages/game-development.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 2a66f4a..d4b2fdc 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1777,7 +1777,7 @@ that parenthetically inclined game developers need to 
make 2D (and eventually
 (define-public guile3.0-chickadee
   (package
     (inherit guile-chickadee)
-    (name "guile-chickadee")
+    (name "guile3.0-chickadee")
     (version "0.4.0")
     (source (origin
               (method url-fetch)

Reply via email to