mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: sbcl-conduit-packages: Update to 5.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-conduit-packages): Update to 5.0.0. Change-Id: I55e1994613ad3ad6120f592e7917532381229c24
This commit is contained in:
parent
8671a18f82
commit
9df37f9a97
1 changed files with 2 additions and 2 deletions
|
|
@ -13673,7 +13673,7 @@ table.")
|
|||
(define-public sbcl-conduit-packages
|
||||
(package
|
||||
(name "sbcl-conduit-packages")
|
||||
(version "2.0.0")
|
||||
(version "5.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -13682,7 +13682,7 @@ table.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-conduit-packages" version))
|
||||
(sha256
|
||||
(base32 "1n783in84mrk9lnc3nshwsgxhb8y0dk6ys9z6jlxkv0jpjxhpjjc"))))
|
||||
(base32 "10dr3982924n37dnch6mxhqav6w5aglf5gqbs90ja6qc4kf8shhz"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments '(#:asd-systems '("org.tfeb.conduit-packages")))
|
||||
(synopsis "Conduit packages for Common Lisp")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue