[PATCH] gnu: guile3.0-chickadee: Rename to guile3.0-chickadee.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 5 years ago
(address . guix-patches@gnu.org)
20200407212350.7371-1-mail@cbaines.net
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(-)

Toggle diff (15 lines)
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
Ludovic Courtès wrote 5 years ago
(name . Christopher Baines)(address . mail@cbaines.net)(address . 40498@debbugs.gnu.org)
87mu71lvno.fsf@gnu.org
Christopher Baines <mail@cbaines.net> skribis:

Toggle quote (5 lines)
> 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.

Go for it! :-)
Christopher Baines wrote 5 years ago
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 40498-done@debbugs.gnu.org)
871roanl03.fsf@cbaines.net
Ludovic Courtès <ludo@gnu.org> writes:

Toggle quote (9 lines)
> Christopher Baines <mail@cbaines.net> skribis:
>
>> 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.
>
> Go for it! :-)

Done! Pushed as f47623843116c4a83240bb646edfcd9c0e1d8187.

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl6l1u1fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE
9XdFsQ/+IFvbI5iWnOz1+Pf3RZ2kDNMZC+xzQgL4FMyM1bURNMm0xPG0L6wldOe3
gcDoy6jAnyqoCpsNOvWdWYaBr1my4DU6sy/HbYfEU4U26y9l+L/cSAlkB0Mxe1Ba
a2InKZS6CmR9rmGPvrsggsYjQZYob82Qzp+0g48EJV8omw3aF7ovCVx0xHDZIpV+
ohknbR/fSznQiNi4PbTN0JZh47MzT9OWsj37uSX0F8P2tKBcGI4UWSP+4xwfwO28
t5cxmxSXBx3tLrR6GdwipbySx+FzeHsereKtkRzc0BqmceNUVCGT2GmThxEY2z9w
lxe9OHGSqA85rQqo+eq+il8zztca6MJY/wOriUcfhZY15YdA7iwNlicVJfsHTGAt
5tzCDK57NIMu/7mhY28E7t2rr0p1kmSOITZ1Phrejt2bayexkmH4xKMWTGKVzk6l
IqrUn98geNcQEevpEXwAKYE/devI9QLCC1G5Oceabe+O+DHookleTAGGiEgZQE/k
psBldmMXeQRNbEGwEsu3nYDl/Lb4VY+lMusmulQKUpdF1JydXUudURx8T9H2fhIS
/QZndAJA73UzUrzZhbwTdcZA7bgFshHSaKDiUD7I0yEzN0KXocmw9Hsv32d4RytD
8MC3RWtZO2C5wHtNhz+q6Foi39PhXubSsaHrH8h9k5j/KMOhMLM=
=0Yst
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 40498@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 40498
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help