guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: flex: Update to 2.6.4.


From: Leo Famulari
Subject: 01/02: gnu: flex: Update to 2.6.4.
Date: Mon, 15 May 2017 17:07:51 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 93fabf59962aeb15981bd547850de1dab69eccfb
Author: Leo Famulari <address@hidden>
Date:   Mon May 15 16:50:32 2017 -0400

    gnu: flex: Update to 2.6.4.
    
    * gnu/packages/flex.scm (flex): Update to 2.6.4.
---
 gnu/packages/flex.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/flex.scm b/gnu/packages/flex.scm
index 1470b96..ab0d8c5 100644
--- a/gnu/packages/flex.scm
+++ b/gnu/packages/flex.scm
@@ -32,16 +32,16 @@
 (define-public flex
   (package
     (name "flex")
-    (version "2.6.3")
+    (version "2.6.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/westes/flex";
                     "/releases/download/v" version "/"
-                    "flex-" version ".tar.gz"))
+                    "flex-" version ".tar.lz"))
               (sha256
                (base32
-                "1an2cn2z85mkpgqcinh1fhhcd7993qm2lil1yxic8iz76ci79ck8"))))
+                "19sc63m09zamy2qlw5x3sg6wb6hrw96gfl0h87vh6flvsqjg9m3g"))))
     (build-system gnu-build-system)
     (inputs
      (let ((bison-for-tests



reply via email to

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