gnu: sbcl-hu.dwim.stefil: Update to 20180609.

* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.stefil): Update to 20180609.
This commit is contained in:
Pierre Neidhardt 2021-03-02 13:36:40 +01:00
parent 8664eede1a
commit f72caafc6b
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F

View File

@ -1284,26 +1284,26 @@ documentation system, explicit development support, etc.")
(sbcl-package->ecl-package sbcl-hu.dwim.asdf)) (sbcl-package->ecl-package sbcl-hu.dwim.asdf))
(define-public sbcl-hu.dwim.stefil (define-public sbcl-hu.dwim.stefil
(let ((commit "ab6d1aa8995878a1b66d745dfd0ba021090bbcf9")) (let ((commit "414902c6f575818c39a8a156b8b61b1adfa73dad"))
(package (package
(name "sbcl-hu.dwim.stefil") (name "sbcl-hu.dwim.stefil")
(version (git-version "0.0.0" "1" commit)) (version (git-version "0.0.0" "2" commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (uri
(git-reference (git-reference
(url "https://gitlab.common-lisp.net/xcvb/hu.dwim.stefil.git") (url "https://github.com/hu-dwim/hu.dwim.stefil")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 "1d8yccw65zj3zh46cbi3x6nmn1dwdb76s9d0av035077mvyirqqp")) (base32 "14izmjjim590rh74swrssavdmdznj2z8vhqixy780sjhpcr5pmkc"))
(file-name (git-file-name "hu.dwim.stefil" version)))) (file-name (git-file-name "hu.dwim.stefil" version))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
`(("asdf:cl-hu.dwim.asdf" ,sbcl-hu.dwim.asdf))) `(("asdf:cl-hu.dwim.asdf" ,sbcl-hu.dwim.asdf)))
(inputs (inputs
`(("sbcl-alexandria" ,sbcl-alexandria))) `(("sbcl-alexandria" ,sbcl-alexandria)))
(home-page "https://hub.darcs.net/hu.dwim/hu.dwim.stefil") (home-page "http://dwim.hu/project/hu.dwim.stefil")
(synopsis "Simple test framework") (synopsis "Simple test framework")
(description "Stefil is a simple test framework for Common Lisp, (description "Stefil is a simple test framework for Common Lisp,
with a focus on interactive development.") with a focus on interactive development.")