guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: sbcl-repl-utilities: Update to 20210215.


From: guix-commits
Subject: branch master updated: gnu: sbcl-repl-utilities: Update to 20210215.
Date: Wed, 17 Feb 2021 10:43:17 -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 8aedb2f  gnu: sbcl-repl-utilities: Update to 20210215.
8aedb2f is described below

commit 8aedb2f028169646d1493d00078b9ca0897f5a18
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Feb 16 12:03:18 2021 +0100

    gnu: sbcl-repl-utilities: Update to 20210215.
    
    * gnu/packages/lisp-xyz.scm (sbcl-repl-utilities): Update to 20210215.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 22b51ef..79fcbd5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13520,7 +13520,7 @@ for drawning progress bars")
   (sbcl-package->ecl-package sbcl-cl-progress-bar))
 
 (define-public sbcl-repl-utilities
-  (let ((commit "e0de9c92e774f77cab1a4cd92e2ac922ac3a807e"))
+  (let ((commit "7e300df663177ea4581f4e7e9c601377881dd986"))
     (package
       (name "sbcl-repl-utilities")
       (version (git-version "0.0.0" "1" commit))
@@ -13532,7 +13532,7 @@ for drawning progress bars")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1r5icmw3ha5y77kvzqni3a9bcd66d9pz5mjsbw04xg3jk0d15cgz"))))
+          (base32 "1hh56pq5nw3l4b83dzlyss69f06r038byj2cnjwvci4hfjhdfcc3"))))
       (build-system asdf-build-system/sbcl)
       (home-page "https://github.com/m-n/repl-utilities";)
       (synopsis "Ease common tasks at the Common Lisp REPL")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]