gnu: sbcl-trivial-gray-streams: Update to 20180909.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-gray-streams): Update to 20180909.
This commit is contained in:
Pierre Neidhardt 2020-05-06 14:35:43 +02:00
parent 481f41e372
commit f15cc738f4
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -201,7 +201,7 @@ (define-public ecl-bordeaux-threads
(define-public sbcl-trivial-gray-streams (define-public sbcl-trivial-gray-streams
(let ((revision "1") (let ((revision "1")
(commit "0483ade330508b4b2edeabdb47d16ec9437ee1cb")) (commit "ebd59b1afed03b9dc8544320f8f432fdf92ab010"))
(package (package
(name "sbcl-trivial-gray-streams") (name "sbcl-trivial-gray-streams")
(version (string-append "0.0.0-" revision "." (string-take commit 7))) (version (string-append "0.0.0-" revision "." (string-take commit 7)))
@ -213,7 +213,7 @@ (define-public sbcl-trivial-gray-streams
(url "https://github.com/trivial-gray-streams/trivial-gray-streams.git") (url "https://github.com/trivial-gray-streams/trivial-gray-streams.git")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 "0m3rpf2x0zmdk3nf1qfa01j6a55vj7gkwhyw78qslcgbjlgh8p4d")) (base32 "0b1pxlccmnagk9cbh4cy8s5k66g3x0gwib5shjwr24xvrji6lp94"))
(file-name (file-name
(string-append "trivial-gray-streams-" version "-checkout")))) (string-append "trivial-gray-streams-" version "-checkout"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)