mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-flexi-streams: Update to 74a1027.
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 74a1027. Change-Id: I2b444a36374c78580105db37d45772d0ed7f86d7
This commit is contained in:
parent
2b4645e875
commit
73be5d31d4
1 changed files with 4 additions and 4 deletions
|
@ -16193,11 +16193,11 @@ any existing or future application.")
|
||||||
(sbcl-package->ecl-package sbcl-flare))
|
(sbcl-package->ecl-package sbcl-flare))
|
||||||
|
|
||||||
(define-public sbcl-flexi-streams
|
(define-public sbcl-flexi-streams
|
||||||
(let ((commit "74a1027311371a57258eba1bc908e050f5702277")
|
(let ((commit "4951d575b8f73270802a03cc5812b8310409caa9")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-flexi-streams")
|
(name "sbcl-flexi-streams")
|
||||||
(version (git-version "1.0.19" revision commit))
|
(version (git-version "1.0.20" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16206,7 +16206,7 @@ any existing or future application.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-flexi-streams" version))
|
(file-name (git-file-name "cl-flexi-streams" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04azqvz11s8dngy49bjl19hrfn0ip1b7m0szm4hlppq364msil7b"))))
|
(base32 "1bk224ryfiwsmnmq2gdfv9gld85z2rvnlx7fxcl2k122vc344akh"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue