mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-local-time: Update to 1.0.6-2.a177eb9.
* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-2.a177eb9. [inputs]: Remove sbcl-cl-fad. [arguments]: Activate tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
df898f7206
commit
6c1982d41c
1 changed files with 4 additions and 10 deletions
|
@ -4311,8 +4311,8 @@ performance and simplicity in mind.")
|
||||||
(sbcl-package->ecl-package sbcl-lack))
|
(sbcl-package->ecl-package sbcl-lack))
|
||||||
|
|
||||||
(define-public sbcl-local-time
|
(define-public sbcl-local-time
|
||||||
(let ((commit "62792705245168d3fc2e04164b9a143477284142")
|
(let ((commit "a177eb911c0e8116e2bfceb79049265a884b701b")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-local-time")
|
(name "sbcl-local-time")
|
||||||
(version (git-version "1.0.6" revision commit))
|
(version (git-version "1.0.6" revision commit))
|
||||||
|
@ -4324,16 +4324,10 @@ performance and simplicity in mind.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r5zq4l1lrgprdr2pw7wwry194yknnllyjf6lx7snypb3k4r3yir"))))
|
(base32 "0wld28xx20k0ysgg6akic5lg4vkjd0iyhv86m388xfrv8xh87wii"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
|
||||||
;; TODO: Component :STEFIL not found, required by #<SYSTEM
|
|
||||||
;; "local-time/test">
|
|
||||||
'(#:tests? #f))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("stefil" ,sbcl-hu.dwim.stefil)))
|
`(("hu.dwim.stefil" ,sbcl-hu.dwim.stefil)))
|
||||||
(inputs
|
|
||||||
`(("sbcl-cl-fad" ,sbcl-cl-fad)))
|
|
||||||
(home-page "https://common-lisp.net/project/local-time/")
|
(home-page "https://common-lisp.net/project/local-time/")
|
||||||
(synopsis "Time manipulation library for Common Lisp")
|
(synopsis "Time manipulation library for Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue