From abdbe5743e91233987ee53a77c9c6e8e850c207f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 7 Nov 2023 00:57:46 +0000 Subject: 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 --- gnu/packages/lisp-check.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu') 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 -- cgit v1.2.3