guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 03/03: gnu: sbcl-hu.dwim.stefil: Update to 20180609.
Date: Tue, 2 Mar 2021 07:39:02 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit f72caafc6b50d4b19672dbe3fdcbb839f55951c8
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Mar 2 13:36:40 2021 +0100

    gnu: sbcl-hu.dwim.stefil: Update to 20180609.
    
    * gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.stefil): Update to 20180609.
---
 gnu/packages/lisp-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2de0461..12852f7 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]