gnu: sbcl-repl-utilities: Update to 20210215.

* gnu/packages/lisp-xyz.scm (sbcl-repl-utilities): Update to 20210215.
This commit is contained in:
Pierre Neidhardt 2021-02-16 12:03:18 +01:00
parent 447757f83b
commit 8aedb2f028
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -13520,7 +13520,7 @@ (define-public ecl-cl-progress-bar
(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 @@ (define-public sbcl-repl-utilities
(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")