mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: sbcl-cl-prevalence: Update to 20221122.
* gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20221122. This update contains a critical bugfix, hence the conssecutive version bump.
This commit is contained in:
parent
4b23e2d868
commit
22a788d085
1 changed files with 3 additions and 3 deletions
|
@ -7724,8 +7724,8 @@ (define-public ecl-s-sysdeps
|
|||
(sbcl-package->ecl-package sbcl-s-sysdeps))
|
||||
|
||||
(define-public sbcl-cl-prevalence
|
||||
(let ((commit "f22105d9728949a8e0c733801cad589f06447e25")
|
||||
(revision "5"))
|
||||
(let ((commit "e6b27640ce89ae5f8af38beb740e319bb6cd2368")
|
||||
(revision "6"))
|
||||
(package
|
||||
(name "sbcl-cl-prevalence")
|
||||
(build-system asdf-build-system/sbcl)
|
||||
|
@ -7740,7 +7740,7 @@ (define-public sbcl-cl-prevalence
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11iqrgpzzyn2xsqyryh5jc5x93s23djsvrzsqyjhcy3zkzrxfkha"))))
|
||||
"1lb957ivshgp56phqhvhsmnc4r55x5shvi3mpsan2xsm4hvqspp0"))))
|
||||
(inputs
|
||||
(list sbcl-moptilities sbcl-s-sysdeps sbcl-s-xml))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue