From b736af1824acb941919ee671ff5a8a67fa735406 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 15 Sep 2022 20:08:21 -0400 Subject: gnu: catch-framework2: Rename variable to catch2. Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9edfb0babb6..e22d9dc87e6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22305,7 +22305,7 @@ user-space file systems in Python.") ;; The following dependencies are used for tests. ("python-pytest" ,python-pytest) - ("catch" ,catch-framework2-1) + ("catch" ,catch2-1) ("eigen" ,eigen))) (arguments `(#:configure-flags -- cgit v1.3