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

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f8a28b6  gnu: bison-3.6: Don't change the name of the package.
f8a28b6 is described below

commit f8a28b6c6d4fe7642b7df35e8518e3c0174ede74
Author: Jakub Kądziołka <[email protected]>
AuthorDate: Mon Jun 22 02:13:09 2020 +0200

    gnu: bison-3.6: Don't change the name of the package.
    
    This is a follow-up to commit 512d23c65d82bb874ca1fb3c12095b1cec8bbfca.
    
    * gnu/packages/bison (bison-3.6)[name]: Remove the overridden value.
---
 gnu/packages/bison.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 63b14c7..725f382 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -68,7 +68,6 @@ simple tools through complex programming languages.")
 (define-public bison-3.6
   (package
     (inherit bison)
-    (name "bison-3.6")
     (version "3.6.3")
     (source
      (origin

Reply via email to