From 8daae75de3670594dfcb63b6ae6f1603ca6f7971 Mon Sep 17 00:00:00 2001 From: jgart Date: Thu, 9 Oct 2025 12:43:34 -0500 Subject: [PATCH] gnu: sbcl-parachute: Update to 1.5.0-3.86fc13d. * gnu/packages/lisp-check.scm (sbcl-parachute): Update to 1.5.0-3.86fc13d. [source]: Update source url. [home-page]: Update home-page url. Change-Id: Iec0632eeceb8658ed70b0700661a264f1993d06e --- gnu/packages/lisp-check.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm index a41e905a8b3a2d53b893b29965b9b4b0e792e19a..bedb1a0115f714b33ab76fe34dcbffdc7da82b38 100644 --- a/gnu/packages/lisp-check.scm +++ b/gnu/packages/lisp-check.scm @@ -796,8 +796,8 @@ by Chris Riesbeck.") (sbcl-package->cl-source-package sbcl-nst)) (define-public sbcl-parachute - (let ((commit "86fc13df9d08ec3681a36541d1ded03653d0fd34") - (revision "2")) + (let ((commit "dd925cb74e08fb74c1e566f0984d120a33c4034e") + (revision "3")) (package (name "sbcl-parachute") (version (git-version "1.5.0" revision commit)) @@ -806,11 +806,11 @@ by Chris Riesbeck.") (method git-fetch) (uri (git-reference - (url "https://github.com/Shinmera/parachute") + (url "https://codeberg.org/shinmera/parachute") (commit commit))) (file-name (git-file-name "cl-parachute" version)) (sha256 - (base32 "0zsqva66pd0vmxz9wbwccnjmkw8b9gyzkx36w2mdpfxspab3r4vr")))) + (base32 "0d1y9999c1pk25dj2f2g6x1zcd3dh3xk17pqd2mxd7v7649qg8x5")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-documentation-utils @@ -821,7 +821,7 @@ by Chris Riesbeck.") "Parachute is a simple-to-use and extensible testing framework. In Parachute, things are organised as a bunch of named tests within a package. Each test can contain a bunch of test forms that make up its body.") - (home-page "https://shinmera.github.io/parachute/") + (home-page "https://shinmera.com/docs/parachute/") (license license:zlib)))) (define-public cl-parachute