summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2023-02-24 10:53:39 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2023-02-24 15:50:34 +0100
commit156e56df68c783e3fccee348e9b5ee2417ecc2b4 (patch)
tree88990ec387fc6022f5114172a805749c67bba913 /gnu/packages/lisp-xyz.scm
parent133fda953aba0b8fee12be14cee854a5afdc74ea (diff)
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.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7d4459fe8e..794b8e707b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6141,8 +6141,8 @@ performance and simplicity in mind.")
(sbcl-package->ecl-package sbcl-lack))
(define-public sbcl-local-time
- (let ((commit "a177eb911c0e8116e2bfceb79049265a884b701b")
- (revision "2"))
+ (let ((commit "40169fe26d9639f3d9560ec0255789bf00b30036")
+ (revision "3"))
(package
(name "sbcl-local-time")
(version (git-version "1.0.6" revision commit))
@@ -6152,9 +6152,9 @@ performance and simplicity in mind.")
(uri (git-reference
(url "https://github.com/dlowe-net/local-time")
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-local-time" version))
(sha256
- (base32 "0wld28xx20k0ysgg6akic5lg4vkjd0iyhv86m388xfrv8xh87wii"))))
+ (base32 "1dbp33zmkqzzshmf5k76pxqgli285wvy0p0dhcz816fdikpwn2jg"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-hu.dwim.stefil))