gnu: ragel: Update to 6.10.

* gnu/packages/ragel.scm (ragel): Update to 6.10.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-24 17:31:50 +01:00
parent da9e132055
commit 5d63272843
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; 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")