From 536a65013bd6a1a578c1568a5ceba131047e0d0f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 19 Dec 2025 23:00:59 +0000 Subject: guix: Update ccwl to 0.4.0-2.4f757fc. --- .guix/e2e-tests.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.guix') diff --git a/.guix/e2e-tests.scm b/.guix/e2e-tests.scm index 4dfc8b0..201d482 100644 --- a/.guix/e2e-tests.scm +++ b/.guix/e2e-tests.scm @@ -26,8 +26,8 @@ #:use-module (ice-9 match)) (define-public ccwl - (let ((commit "5f6e0d93bb08446d2c6f99484523697a2bda7b4d") - (revision "1")) + (let ((commit "4f757fc0a4d4af067e0d22ad4020c1b18cc3fd24") + (revision "2")) (package (inherit guix:ccwl) (name "ccwl") @@ -40,7 +40,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "19hwkgj8gsfw24fs682b4wxs5chnwj6hv0rvs23vmq7309mgf242")))) + "0jch7pr85r2cd9g4b4gq748mbnbi5jg0dqyp8ixhhwac2yqbmyqh")))) (native-inputs (modify-inputs (package-native-inputs guix:ccwl) (prepend guile-run64)))))) -- cgit 1.4.1