[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sbcl-periods: Update to 20210125.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sbcl-periods: Update to 20210125. |
Date: |
Mon, 25 Jan 2021 02:21:13 -0500 |
This is an automated email from the git hooks/post-receive script.
ambrevar pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ffd5ec0 gnu: sbcl-periods: Update to 20210125.
ffd5ec0 is described below
commit ffd5ec05db3e98aa4c7665e6cb9483148e3c37e5
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jan 25 08:20:45 2021 +0100
gnu: sbcl-periods: Update to 20210125.
* gnu/packages/lisp-xyz.scm (sbcl-periods): Update to 20210125.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6006e19..9202882 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sbcl-periods: Update to 20210125.,
guix-commits <=