guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: bison: Update to 3.0.4.


From: Ludovic Courtès
Subject: 04/04: gnu: bison: Update to 3.0.4.
Date: Wed, 11 Feb 2015 13:20:42 +0000

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

commit a4a17ec36ed75b688a3658e353f0975f94a48d4a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 11 14:20:23 2015 +0100

    gnu: bison: Update to 3.0.4.
    
    * gnu/packages/bison.scm (bison): Update to 3.0.4.
---
 gnu/packages/bison.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 76aa88f..43ab216 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012, 2013 Ludovic Courtès <address@hidden>
+;;; Copyright © 2012, 2013, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +30,7 @@
 (define bison
   (package
     (name "bison")
-    (version "3.0.2")
+    (version "3.0.4")
     (source
      (origin
       (method url-fetch)
@@ -38,7 +38,7 @@
                           version ".tar.xz"))
       (sha256
        (base32
-        "0g4gjan477lac18m51kv4xzcsp6wjfsfwvd2dxymcl6vid9fihx2"))))
+        "1qbgf6q1n2z17k8g33444m0q68kf3fbiq65q7jlrzpvvj73jh957"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)))
     (inputs `(("flex" ,flex)))



reply via email to

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