diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-13 21:06:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 16:12:19 +0100 |
commit | 5dff075263ebd59652cb6d43f17403f6a597c400 (patch) | |
tree | 1a8fce9f57814f494569402c1d51740dbb2dfcd6 /gnu/packages/lisp.scm | |
parent | becee9e3531c04698cc2004d904453d6705489d2 (diff) | |
download | patches-5dff075263ebd59652cb6d43f17403f6a597c400.tar patches-5dff075263ebd59652cb6d43f17403f6a597c400.tar.gz |
gnu: ecl-flexi-streams: Update to 1.0.16.
* gnu/packages/lisp.scm (ecl-flexi-streams): Update to 1.0.16
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index bb6517f47f..8427a19714 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> +;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -791,7 +792,7 @@ thin compatibility layer for gray streams.") (define-public sbcl-flexi-streams (package (name "sbcl-flexi-streams") - (version "1.0.12") + (version "1.0.16") (source (origin (method url-fetch) @@ -799,7 +800,7 @@ thin compatibility layer for gray streams.") "https://github.com/edicl/flexi-streams/archive/v" version ".tar.gz")) (sha256 - (base32 "16grnxvs7vqm5s6myf8a5s7vwblzq1kgwj8i7ahz8vwvihm9gzfi")) + (base32 "1fb0jrwxr5c3i2lhy7kn30m1n0vggfzwjm1dacx6y5wf9wfsbamw")) (file-name (string-append "flexi-streams-" version ".tar.gz")))) (build-system asdf-build-system/sbcl) (inputs `(("trivial-gray-streams" ,sbcl-trivial-gray-streams))) |