diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 20:08:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 20:15:56 -0400 |
commit | b736af1824acb941919ee671ff5a8a67fa735406 (patch) | |
tree | 6026b4bc72a380f8209a6740aaabb2eef9fffd7d /gnu/packages/python-xyz.scm | |
parent | f7a12f9224fc03eae4a49c007912b5f0c4f2f296 (diff) | |
download | guix-b736af1824acb941919ee671ff5a8a67fa735406.tar.gz |
gnu: catch-framework2: Rename variable to catch2.
Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9edfb0babb..e22d9dc87e 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 |