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
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -26,14 +27,14 @@
(define-public ragel (define-public ragel
(package (package
(name "ragel") (name "ragel")
(version "6.9") (version "6.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.colm.net/files/ragel/ragel-" (uri (string-append "https://www.colm.net/files/ragel/ragel-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02k6rwh8cr95f1p5sjjr3wa6dilg06572xz1v71dk8awmc7vw1vf")))) "0gvcsl62gh6sg73nwaxav4a5ja23zcnyxncdcdnqa2yjcpdnw5az"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(home-page "https://www.colm.net/open-source/ragel/") (home-page "https://www.colm.net/open-source/ragel/")
(synopsis "State machine compiler") (synopsis "State machine compiler")