all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 40498@debbugs.gnu.org
Subject: [bug#40498] [PATCH] gnu: guile3.0-chickadee: Rename to guile3.0-chickadee.
Date: Tue,  7 Apr 2020 22:23:50 +0100	[thread overview]
Message-ID: <20200407212350.7371-1-mail@cbaines.net> (raw)

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 2a66f4a40c..d4b2fdcab2 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)
-- 
2.26.0

             reply	other threads:[~2020-04-07 21:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 21:23 Christopher Baines [this message]
2020-04-23 21:49 ` [bug#40498] [PATCH] gnu: guile3.0-chickadee: Rename to guile3.0-chickadee Ludovic Courtès
2020-04-26 18:46   ` bug#40498: " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200407212350.7371-1-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=40498@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.