summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2023-11-07 00:57:46 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-11-09 14:01:28 +0100
commitabdbe5743e91233987ee53a77c9c6e8e850c207f (patch)
tree5291e311838559ed397ef0fd79aa1f497c66ecb0 /gnu/packages/lisp-check.scm
parent234be446857d5adc422d37ee49bdf2f82a0e012e (diff)
gnu: cl-lift: Update to 1.7.1-3.a794184.
* gnu/packages/lisp-check.scm (sbcl-lift): Update to 1.7.1-3.a794184. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I068bbea25422c89810919499e96655cd9e5223ad Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp-check.scm')
-rw-r--r--gnu/packages/lisp-check.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index ee045d1387..cbbc8c3979 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -625,8 +625,8 @@ to make test code more informative.
(sbcl-package->cl-source-package sbcl-kaputt))
(define-public sbcl-lift
- (let ((commit "2594160d6ca3a77d8750110dfa63214256aab852")
- (revision "2"))
+ (let ((commit "a7941845a9de72be60e66ea941aa34cbee35bf23")
+ (revision "3"))
(package
(name "sbcl-lift")
(version (git-version "1.7.1" revision commit))
@@ -634,10 +634,10 @@ to make test code more informative.
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/gwkkwg/lift")
+ (url "https://github.com/hraban/lift")
(commit commit)))
(sha256
- (base32 "01xvz9sl5l5lai4h9dabmcjnm659wf5zllaxqbs55lffskp6jwq3"))
+ (base32 "1513n46fkqw8rnvz69s7xnwj476qm8ibdlwsr63qj9yh0mib0q6x"))
(file-name (git-file-name "lift" version))
(modules '((guix build utils)))
(snippet