gnu: cl-radiance: Update to 2.1.2-2.a723783.

* gnu/packages/lisp-xyz.scm (sbcl-radiance): Update to 2.1.2-2.a723783.
  [native-inputs, inputs]: Remove labels.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Sharlatan Hellseher 2022-11-12 22:39:10 +00:00 committed by Guillaume Le Vaillant
parent c7422310ee
commit 3d09c03ea8
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -15594,8 +15594,8 @@ (define-public cl-common-lisp-jupyter
(sbcl-package->cl-source-package sbcl-common-lisp-jupyter)) (sbcl-package->cl-source-package sbcl-common-lisp-jupyter))
(define-public sbcl-radiance (define-public sbcl-radiance
(let ((commit "5ffbe1f157edd17a13194495099efd81e052df85") (let ((commit "a7237831970edfd330dddd5b347d3d1277853bf0")
(revision "1")) (revision "2"))
(package (package
(name "sbcl-radiance") (name "sbcl-radiance")
(version (git-version "2.1.2" revision commit)) (version (git-version "2.1.2" revision commit))
@ -15607,7 +15607,7 @@ (define-public sbcl-radiance
(commit commit))) (commit commit)))
(file-name (git-file-name "radiance" version)) (file-name (git-file-name "radiance" version))
(sha256 (sha256
(base32 "0hbkcnmnlj1cqzbv18zmla2iwbl65kxilz9764hndf8x8as1539c")))) (base32 "1q4x9mswiizwgr7acl5zi6lkssfg2zajqbdq7xhw1kq6xfnq37j2"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(arguments (arguments
`(#:tests? #f ; TODO: The tests require some configuration. `(#:tests? #f ; TODO: The tests require some configuration.
@ -15624,26 +15624,26 @@ (define-public sbcl-radiance
all) all)
(string-append "#+quicklisp " all)))))))) (string-append "#+quicklisp " all))))))))
(native-inputs (native-inputs
`(("alexandria" ,sbcl-alexandria) (list sbcl-alexandria
("dexador" ,sbcl-dexador) sbcl-dexador
("parachute" ,sbcl-parachute) sbcl-parachute
("verbose" ,sbcl-verbose))) sbcl-verbose))
(inputs (inputs
`(("babel" ,sbcl-babel) (list sbcl-babel
("bordeaux-threads" ,sbcl-bordeaux-threads) sbcl-bordeaux-threads
("cl-ppcre" ,sbcl-cl-ppcre) sbcl-cl-ppcre
("closer-mop" ,sbcl-closer-mop) sbcl-closer-mop
("documentation-utils" ,sbcl-documentation-utils) sbcl-documentation-utils
("deploy" ,sbcl-deploy) sbcl-deploy
("form-fiddle" ,sbcl-form-fiddle) sbcl-form-fiddle
("lambda-fiddle" ,sbcl-lambda-fiddle) sbcl-lambda-fiddle
("local-time" ,sbcl-local-time) sbcl-local-time
("modularize-hooks" ,sbcl-modularize-hooks) sbcl-modularize-hooks
("modularize-interfaces" ,sbcl-modularize-interfaces) sbcl-modularize-interfaces
("puri" ,sbcl-puri) sbcl-puri
("trivial-indent" ,sbcl-trivial-indent) sbcl-trivial-indent
("trivial-mimes" ,sbcl-trivial-mimes) sbcl-trivial-mimes
("ubiquitous-concurrent" ,sbcl-ubiquitous))) sbcl-ubiquitous))
(home-page "https://shirakumo.github.io/radiance/") (home-page "https://shirakumo.github.io/radiance/")
(synopsis "Common Lisp web application environment") (synopsis "Common Lisp web application environment")
(description (description