mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: sbcl-enhanced-eval-when: Update to 2.0.
* gnu/packages/lisp-xyz.scm (sbcl-enhanced-eval-when): Update to 2.0. [arguments]: Enable tests. [native-inputs]: Add sbcl-parachute. Change-Id: Ifa3aa9e497649f87fd3e3430501a2239d814b528
This commit is contained in:
parent
b0451b3e42
commit
bdfd3fa403
1 changed files with 3 additions and 5 deletions
|
|
@ -15795,7 +15795,7 @@ detect the suitable metaclass by analyzing the @code{defclass} form.")
|
|||
(define-public sbcl-enhanced-eval-when
|
||||
(package
|
||||
(name "sbcl-enhanced-eval-when")
|
||||
(version "1.0")
|
||||
(version "2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -15804,11 +15804,9 @@ detect the suitable metaclass by analyzing the @code{defclass} form.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-enhanced-eval-when" version))
|
||||
(sha256
|
||||
(base32 "1ws1v297plcbqmcvckg7vqzzgnrwfyx5kd7281r1wrhc26998rx2"))))
|
||||
(base32 "1l7n04pzcwsxvw6m4pcksmlx525ijbgh5n28h56clpvpwlwnzjs3"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
;; https://github.com/Hexstream/enhanced-eval-when/issues/1
|
||||
(arguments
|
||||
(list #:tests? #f)) ; There are no tests in version 1.0.
|
||||
(native-inputs (list sbcl-parachute))
|
||||
(home-page "https://www.hexstreamsoft.com/libraries/enhanced-eval-when/")
|
||||
(synopsis "Shortcuts for EVAL-WHEN")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue