mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: cl-local-time: Update to 1.0.6-3.40169fe.
* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-3.40169fe.
This commit is contained in:
parent
133fda953a
commit
156e56df68
1 changed files with 4 additions and 4 deletions
|
@ -6141,8 +6141,8 @@ (define-public ecl-lack
|
||||||
(sbcl-package->ecl-package sbcl-lack))
|
(sbcl-package->ecl-package sbcl-lack))
|
||||||
|
|
||||||
(define-public sbcl-local-time
|
(define-public sbcl-local-time
|
||||||
(let ((commit "a177eb911c0e8116e2bfceb79049265a884b701b")
|
(let ((commit "40169fe26d9639f3d9560ec0255789bf00b30036")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(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))
|
||||||
|
@ -6152,9 +6152,9 @@ (define-public sbcl-local-time
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dlowe-net/local-time")
|
(url "https://github.com/dlowe-net/local-time")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name "cl-local-time" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wld28xx20k0ysgg6akic5lg4vkjd0iyhv86m388xfrv8xh87wii"))))
|
(base32 "1dbp33zmkqzzshmf5k76pxqgli285wvy0p0dhcz816fdikpwn2jg"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-hu.dwim.stefil))
|
(list sbcl-hu.dwim.stefil))
|
||||||
|
|
Loading…
Reference in a new issue