diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 13:09:06 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-12 16:07:53 +0800 |
commit | 7cc3cb5e2ac27a2c065ae2779826d97d30ad12da (patch) | |
tree | ce90c6f83476cb5b1a5c13c9c642fed2f8dc2ed0 | |
parent | be25a4dc47f57fcadda5dffcad6fa114644b3992 (diff) |
gnu: qtpurchasing: Rename to qtpurchasing-5.
* gnu/packages/qt.scm (qtpurchasing): Rename to qtpurchasing-5.
Change-Id: I04131c5a78ebcd022ef421217f128e4df43c77c7
-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 ed2bc4d32e..bce40e43b9 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2791,7 +2791,7 @@ position on a map. In addition, you can use to the API to retrieve satellite information and perform area based monitoring.") (license (package-license qtbase)))) -(define-public qtpurchasing +(define-public qtpurchasing-5 (package (inherit qtsvg-5) (name "qtpurchasing") |