diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 17:31:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-24 17:51:30 +0100 |
commit | 5d63272843e15dd2806c11ff6accbbaf766ae8bd (patch) | |
tree | c9f335057ba513799834f5a257eee8d9dacee61e /gnu/packages/ragel.scm | |
parent | da9e132055c2ae3b44d62d5096cce8919c3004f3 (diff) | |
download | patches-5d63272843e15dd2806c11ff6accbbaf766ae8bd.tar patches-5d63272843e15dd2806c11ff6accbbaf766ae8bd.tar.gz |
gnu: ragel: Update to 6.10.
* gnu/packages/ragel.scm (ragel): Update to 6.10.
Diffstat (limited to 'gnu/packages/ragel.scm')
-rw-r--r-- | gnu/packages/ragel.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ragel.scm b/gnu/packages/ragel.scm index 62a19e003f..1d9b67a6e0 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 <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") |