diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-06 15:33:09 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2020-05-06 18:15:58 +0200 |
commit | c9d9795f70ce8db49ba5eb9458faf4cd3d32a5ab (patch) | |
tree | 6501d665f71d4f3d9fa87d4d00afa81857d25de9 | |
parent | 47e7300814ddf33c2c38c727828baec845df0f84 (diff) |
gnu: sbcl-local-time: Update to 20200303.
* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 20200303.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index d59765763d..ae002295f2 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -4547,7 +4547,7 @@ performance and simplicity in mind.") (sbcl-package->cl-source-package sbcl-lack-request)) (define-public sbcl-local-time - (let ((commit "beac054eef428552b63d4ae7820c32ffef9a3015") + (let ((commit "62792705245168d3fc2e04164b9a143477284142") (revision "1")) (package (name "sbcl-local-time") @@ -4560,7 +4560,7 @@ performance and simplicity in mind.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0xhkmgxh41dg2wwlsp0h2l41jp144xn4gpxhh0lna6kh0560w2cc")))) + (base32 "1r5zq4l1lrgprdr2pw7wwry194yknnllyjf6lx7snypb3k4r3yir")))) (build-system asdf-build-system/sbcl) (arguments ;; TODO: Component :STEFIL not found, required by #<SYSTEM |