Archived
1
0
Fork 0

gnu: sbcl-hu.dwim.common-lisp: Update to 2021-01-27.

* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common-lisp): Update to 2021-01-27.
[source]: Use new GitHub repository.
[home-page]: Use full address.
This commit is contained in:
Pierre Neidhardt 2021-03-02 13:32:03 +01:00
parent 4a9cb7a46f
commit 8664eede1a
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -11977,27 +11977,27 @@ overview article about COP which also contains some ContextL examples:
(sbcl-package->ecl-package sbcl-contextl)) (sbcl-package->ecl-package sbcl-contextl))
(define-public sbcl-hu.dwim.common-lisp (define-public sbcl-hu.dwim.common-lisp
(let ((commit "90558195773383142a57a16687d5e7f4adea6418"))
(package (package
(name "sbcl-hu.dwim.common-lisp") (name "sbcl-hu.dwim.common-lisp")
(version "2015-07-09") (version "2021-01-27")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"http://beta.quicklisp.org/archive/hu.dwim.common-lisp/" (url "https://github.com/hu-dwim/hu.dwim.common-lisp/")
version "/hu.dwim.common-lisp-" (commit commit)))
(string-replace-substring version "-" "") (file-name (git-file-name name version))
"-darcs.tgz"))
(sha256 (sha256
(base32 "13cxrvh55rw080mvfir7s7k735l9rcfh3khxp97qfwd5rz0gadb9")))) (base32 "06zkdw3scnaw0d4nmsgkv7pi7sw00dikdgfgsqmbqfbz2yrsdabk"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
`(("hu.dwim.asdf" ,sbcl-hu.dwim.asdf))) `(("hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
(home-page "http://dwim.hu/") (home-page "http://dwim.hu/project/hu.dwim.common-lisp")
(synopsis "Redefine some standard Common Lisp names") (synopsis "Redefine some standard Common Lisp names")
(description "This library is a redefinition of the standard Common Lisp (description "This library is a redefinition of the standard Common Lisp
package that includes a number of renames and shadows. ") package that includes a number of renames and shadows. ")
(license license:public-domain))) (license license:public-domain))))
(define-public cl-hu.dwim.common-lisp (define-public cl-hu.dwim.common-lisp
(sbcl-package->cl-source-package sbcl-hu.dwim.common-lisp)) (sbcl-package->cl-source-package sbcl-hu.dwim.common-lisp))