diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-01-25 08:20:45 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-01-25 08:20:45 +0100 |
commit | ffd5ec05db3e98aa4c7665e6cb9483148e3c37e5 (patch) | |
tree | 3615cfa1452ba7bbb3d45c7be6c1aaca53226256 /gnu/packages/lisp-xyz.scm | |
parent | 9abac0d338794b1906bb8c73c762648ffdbde121 (diff) | |
download | guix-ffd5ec05db3e98aa4c7665e6cb9483148e3c37e5.tar guix-ffd5ec05db3e98aa4c7665e6cb9483148e3c37e5.tar.gz |
gnu: sbcl-periods: Update to 20210125.
* gnu/packages/lisp-xyz.scm (sbcl-periods): Update to 20210125.
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 6006e199c1..9202882307 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -6081,8 +6081,8 @@ programming style and the efficiency of an iterative programming style.") (sbcl-package->ecl-package sbcl-series)) (define-public sbcl-periods - (let ((commit "983d4a57325db3c8def942f163133cec5391ec28") - (revision "1")) + (let ((commit "60383dcef88a1ac11f82804ae7a33c361dcd2949") + (revision "2")) (package (name "sbcl-periods") (version (git-version "0.0.2" revision commit)) @@ -6095,7 +6095,7 @@ programming style and the efficiency of an iterative programming style.") (file-name (git-file-name name version)) (sha256 (base32 - "0z30jr3lxz3cmi019fsl4lgcgwf0yqpn95v9zkkkwgymdrkd4lga")))) + "1ym2j4an9ig2hl210jg91gpf7xfnp6mlhkw3n9kkdnwiji3ipqlk")))) (build-system asdf-build-system/sbcl) (inputs `(("local-time" ,sbcl-local-time) |