mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-repl-utilities: Update to 20210215.
* gnu/packages/lisp-xyz.scm (sbcl-repl-utilities): Update to 20210215.
This commit is contained in:
parent
447757f83b
commit
8aedb2f028
1 changed files with 2 additions and 2 deletions
|
@ -13520,7 +13520,7 @@ for drawning progress bars")
|
||||||
(sbcl-package->ecl-package sbcl-cl-progress-bar))
|
(sbcl-package->ecl-package sbcl-cl-progress-bar))
|
||||||
|
|
||||||
(define-public sbcl-repl-utilities
|
(define-public sbcl-repl-utilities
|
||||||
(let ((commit "e0de9c92e774f77cab1a4cd92e2ac922ac3a807e"))
|
(let ((commit "7e300df663177ea4581f4e7e9c601377881dd986"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-repl-utilities")
|
(name "sbcl-repl-utilities")
|
||||||
(version (git-version "0.0.0" "1" commit))
|
(version (git-version "0.0.0" "1" commit))
|
||||||
|
@ -13532,7 +13532,7 @@ for drawning progress bars")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1r5icmw3ha5y77kvzqni3a9bcd66d9pz5mjsbw04xg3jk0d15cgz"))))
|
(base32 "1hh56pq5nw3l4b83dzlyss69f06r038byj2cnjwvci4hfjhdfcc3"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(home-page "https://github.com/m-n/repl-utilities")
|
(home-page "https://github.com/m-n/repl-utilities")
|
||||||
(synopsis "Ease common tasks at the Common Lisp REPL")
|
(synopsis "Ease common tasks at the Common Lisp REPL")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue