~ruther/guix-local

5dff075263ebd59652cb6d43f17403f6a597c400 — Tobias Geerinckx-Rice 8 years ago becee9e
gnu: ecl-flexi-streams: Update to 1.0.16.

* gnu/packages/lisp.scm (ecl-flexi-streams): Update to 1.0.16
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/lisp.scm
M gnu/packages/lisp.scm => gnu/packages/lisp.scm +3 -2
@@ 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)))