guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ad599f624b47a25769772541406e386b0b65f804
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Aug 8 17:34:55 2026 +0900

    teams/qt: Document upgrading to an exact Qt version.
---
 etc/teams/qt/qt-manifest.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/etc/teams/qt/qt-manifest.scm b/etc/teams/qt/qt-manifest.scm
index a58275b3f1..eba8281dfa 100644
--- a/etc/teams/qt/qt-manifest.scm
+++ b/etc/teams/qt/qt-manifest.scm
@@ -16,8 +16,6 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
-(load "common.scm")
-
 ;;; Commentary:
 ;;;
 ;;; This manifest can be used to update the latest Qt packages collection, via
@@ -25,6 +23,11 @@
 ;;;
 ;;; ./pre-inst-env guix refresh -u -m etc/teams/qt/qt-manifest.scm
 ;;;
+;;; To update to a specific version, you can use the above with, for example,
+;;; '--target-version=6.11.1'.
+
 ;;; Code:
 
+(load "common.scm")
+
 (qt-packages-manifest #:major-version "5" #:negate-version-test? #t)

Reply via email to