guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: Remove flex@2.6.1.


From: guix-commits
Subject: 07/10: gnu: Remove flex@2.6.1.
Date: Sat, 21 Mar 2020 15:21:36 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ee38d87c58aaf8f8c1b7599a598a56b94f09f711
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Mar 21 20:15:48 2020 +0100

    gnu: Remove flex@2.6.1.
    
    * gnu/packages/flex.scm (flex-2.6.1): Remove variable.
---
 gnu/packages/flex.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
index f9a2120..9e52f3b 100644
--- a/gnu/packages/flex.scm
+++ b/gnu/packages/flex.scm
@@ -74,16 +74,3 @@ regular expressions for each rule.  Whenever it finds a 
match, it
 executes the corresponding C code.")
     (license (non-copyleft "file://COPYING"
                            "See COPYING in the distribution."))))
-
-(define-public flex-2.6.1
-  (package
-    (inherit flex)
-    (version "2.6.1")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/westes/flex";
-                                  "/releases/download/v" version "/"
-                                  "flex-" version ".tar.xz"))
-             (sha256
-              (base32
-               "0gqhk4vkwy4gl9xbpgkljph8c0a5kpijz6wd0p5r9q202qn42yic"))))))



reply via email to

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