diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-19 20:23:12 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:48 -0400 |
commit | 2e27ccec8307961feabbb85589ace67431672c70 (patch) | |
tree | 0f33da74425a7b8635eda5c8717f7602ffeff2bc /gnu/packages/qt.scm | |
parent | a4784b32731f7289a045515486adf26d001c45ef (diff) | |
download | guix-2e27ccec8307961feabbb85589ace67431672c70.tar.gz |
gnu: qtnetworkauth: Rename to qtnetworkauth-5.
Automated with: git grep -l qtnetworkauth | xargs sed 's/\bqtnetworkauth\b/\0-5/g' -i
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 342b872275..daed19085d 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1955,7 +1955,7 @@ data received from multiple sensors. The look and feel of graphs can be customized by using themes or by adding custom items and labels to them.") (license license:gpl3))) -(define-public qtnetworkauth +(define-public qtnetworkauth-5 (package (inherit qtsvg-5) (name "qtnetworkauth") (version "5.15.2") |