gnu: sbcl-kmrcl: Update to 1.111.
* gnu/packages/lisp-xyz.scm (sbcl-kmrcl): Update to 1.111.
This commit is contained in:
parent
97750c2004
commit
23611680c8
1 changed files with 4 additions and 8 deletions
|
@ -3662,8 +3662,8 @@ Development into CL+SSL was done by David Lichteblau.")
|
||||||
(sbcl-package->cl-source-package sbcl-cl+ssl))
|
(sbcl-package->cl-source-package sbcl-cl+ssl))
|
||||||
|
|
||||||
(define-public sbcl-kmrcl
|
(define-public sbcl-kmrcl
|
||||||
(let ((version "1.109.0")
|
(let ((version "1.111")
|
||||||
(commit "5260068b2eb735af6796740c2db4955afac21636")
|
(commit "4a27407aad9deb607ffb8847630cde3d041ea25a")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-kmrcl")
|
(name "sbcl-kmrcl")
|
||||||
|
@ -3676,19 +3676,15 @@ Development into CL+SSL was done by David Lichteblau.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1va7xjgzfv674bpsli674i7zj3f7wg5kxic41kz18r6hh4n52dfv"))))
|
(base32 "06gx04mah5nc8w78s0j8628divbf1s5w7af8w7pvzb2d5mgvrbd2"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
|
||||||
;; Tests fail with: :FORCE and :FORCE-NOT arguments not allowed in a
|
|
||||||
;; nested call to ASDF/OPERATE:OPERATE unless identically to toplevel
|
|
||||||
'(#:tests? #f))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("sbcl-rt" ,sbcl-rt)))
|
`(("sbcl-rt" ,sbcl-rt)))
|
||||||
(home-page "http://files.kpe.io/kmrcl/")
|
(home-page "http://files.kpe.io/kmrcl/")
|
||||||
(synopsis "General utilities for Common Lisp programs")
|
(synopsis "General utilities for Common Lisp programs")
|
||||||
(description
|
(description
|
||||||
"KMRCL is a collection of utilities used by a number of Kevin
|
"KMRCL is a collection of utilities used by a number of Kevin
|
||||||
Rosenberg's CL packages.")
|
Rosenberg's Common Lisp packages.")
|
||||||
(license license:llgpl))))
|
(license license:llgpl))))
|
||||||
|
|
||||||
(define-public cl-kmrcl
|
(define-public cl-kmrcl
|
||||||
|
|
Reference in a new issue