[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: ragel: Update to 6.10.
From: |
guix-commits |
Subject: |
10/15: gnu: ragel: Update to 6.10. |
Date: |
Sun, 24 Feb 2019 13:44:56 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5d63272843e15dd2806c11ff6accbbaf766ae8bd
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 24 17:31:50 2019 +0100
gnu: ragel: Update to 6.10.
* gnu/packages/ragel.scm (ragel): Update to 6.10.
---
gnu/packages/ragel.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ragel.scm b/gnu/packages/ragel.scm
index 62a19e0..1d9b67a 100644
--- a/gnu/packages/ragel.scm
+++ b/gnu/packages/ragel.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26,14 +27,14 @@
(define-public ragel
(package
(name "ragel")
- (version "6.9")
+ (version "6.10")
(source (origin
(method url-fetch)
(uri (string-append "https://www.colm.net/files/ragel/ragel-"
version ".tar.gz"))
(sha256
(base32
- "02k6rwh8cr95f1p5sjjr3wa6dilg06572xz1v71dk8awmc7vw1vf"))))
+ "0gvcsl62gh6sg73nwaxav4a5ja23zcnyxncdcdnqa2yjcpdnw5az"))))
(build-system gnu-build-system)
(home-page "https://www.colm.net/open-source/ragel/")
(synopsis "State machine compiler")
- branch master updated (29ff047 -> ddcda4e), guix-commits, 2019/02/24
- 04/15: gnu: parallel: Update to 20190222., guix-commits, 2019/02/24
- 01/15: gnu: agda: Update to 2.5.4.2., guix-commits, 2019/02/24
- 03/15: gnu: acpid: Update to 2.0.31., guix-commits, 2019/02/24
- 12/15: gnu: kdecoration: Update to 5.15.1., guix-commits, 2019/02/24
- 10/15: gnu: ragel: Update to 6.10.,
guix-commits <=
- 02/15: gnu: 4ti2: Update to 1.6.9., guix-commits, 2019/02/24
- 07/15: gnu: bind: Don't use NAME in source URI., guix-commits, 2019/02/24
- 11/15: gnu: font-hack: Update to 3.003., guix-commits, 2019/02/24
- 06/15: gnu: autogen: Update to 5.18.16., guix-commits, 2019/02/24
- 05/15: gnu: clamav: Update to 0.101.1., guix-commits, 2019/02/24
- 08/15: gnu: bind: Update to 9.12.3-P4., guix-commits, 2019/02/24
- 09/15: gnu: ragel: Use HTTPS home page., guix-commits, 2019/02/24
- 15/15: gnu: libksysguard: Update to 5.15.1., guix-commits, 2019/02/24
- 14/15: gnu: libkscreen: Update to 5.15.1., guix-commits, 2019/02/24
- 13/15: gnu: kscreenlocker: Update to 5.15.1., guix-commits, 2019/02/24