diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-03-02 13:36:40 +0100 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2021-03-02 13:38:37 +0100 |
commit | f72caafc6b50d4b19672dbe3fdcbb839f55951c8 (patch) | |
tree | 6d3f138cd0b66e12ae49b0633fb700c941b749b9 | |
parent | 8664eede1af88b810139800d75892dba0f4f576a (diff) | |
download | guix-f72caafc6b50d4b19672dbe3fdcbb839f55951c8.tar.gz guix-f72caafc6b50d4b19672dbe3fdcbb839f55951c8.zip |
gnu: sbcl-hu.dwim.stefil: Update to 20180609.
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.stefil): Update to 20180609.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2de0461a9b..12852f7eb7 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -1284,26 +1284,26 @@ documentation system, explicit development support, etc.") (sbcl-package->ecl-package sbcl-hu.dwim.asdf)) (define-public sbcl-hu.dwim.stefil - (let ((commit "ab6d1aa8995878a1b66d745dfd0ba021090bbcf9")) + (let ((commit "414902c6f575818c39a8a156b8b61b1adfa73dad")) (package (name "sbcl-hu.dwim.stefil") - (version (git-version "0.0.0" "1" commit)) + (version (git-version "0.0.0" "2" commit)) (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.common-lisp.net/xcvb/hu.dwim.stefil.git") + (url "https://github.com/hu-dwim/hu.dwim.stefil") (commit commit))) (sha256 - (base32 "1d8yccw65zj3zh46cbi3x6nmn1dwdb76s9d0av035077mvyirqqp")) + (base32 "14izmjjim590rh74swrssavdmdznj2z8vhqixy780sjhpcr5pmkc")) (file-name (git-file-name "hu.dwim.stefil" version)))) (build-system asdf-build-system/sbcl) (native-inputs `(("asdf:cl-hu.dwim.asdf" ,sbcl-hu.dwim.asdf))) (inputs `(("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") (description "Stefil is a simple test framework for Common Lisp, with a focus on interactive development.") |