[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/72: gnu: qt-creator: Use mirror://qt for source URI.
From: |
guix-commits |
Subject: |
04/72: gnu: qt-creator: Use mirror://qt for source URI. |
Date: |
Wed, 16 Aug 2023 06:41:06 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit b2c2cdc20b069ea0d689386d9fac559c6dd73b60
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 9 14:22:17 2023 -0400
gnu: qt-creator: Use mirror://qt for source URI.
* gnu/packages/qt.scm (qt-creator) [source]: Use mirror://qt for origin URI.
---
gnu/packages/qt.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b73acef3c5..2ca03b77d1 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4703,7 +4703,7 @@ including @i{fix-its} for automatic refactoring.")
(source (origin
(method url-fetch)
(uri (string-append
- "https://download.qt.io/official_releases/qtcreator/"
+ "mirror://qt/qtcreator/"
(version-major+minor version) "/" version
"/qt-creator-opensource-src-" version ".tar.gz"))
(modules '((guix build utils)))
- 06/72: gnu-maintenance: Extract url->links procedure., (continued)
- 06/72: gnu-maintenance: Extract url->links procedure., guix-commits, 2023/08/16
- 12/72: gnu-maintenance: Allow mirror URLs to fallback to the generic HTML updater., guix-commits, 2023/08/16
- 13/72: gnu-maintenance: Consider Qt source tarballs as "release files"., guix-commits, 2023/08/16
- 07/72: gnu-maintenance: Fix indentation., guix-commits, 2023/08/16
- 09/72: gnu-maintenance: Document nested procedures in 'import-html-release'., guix-commits, 2023/08/16
- 28/72: gnu: qtmultimedia: Update to 6.5.2., guix-commits, 2023/08/16
- 29/72: gnu: qtwayland: Update to 6.5.2., guix-commits, 2023/08/16
- 33/72: gnu: qttranslations: Update to 6.5.2., guix-commits, 2023/08/16
- 10/72: gnu-maintenance: Extract 'canonicalize-url' from 'import-html-release'., guix-commits, 2023/08/16
- 03/72: gnu: qt: Streamline qt-urls., guix-commits, 2023/08/16
- 04/72: gnu: qt-creator: Use mirror://qt for source URI.,
guix-commits <=
- 05/72: gnu-maintenance: Fix docstring., guix-commits, 2023/08/16
- 11/72: gnu-maintenance: Add support to rewrite version in URL path., guix-commits, 2023/08/16
- 14/72: gnu: qt: Revert to use individual versions instead of %qt5-version., guix-commits, 2023/08/16
- 15/72: gnu: qtdeclarative: Disable QML cache to avoid stale cache issues., guix-commits, 2023/08/16
- 20/72: gnu: qtsvg: Update to 6.5.2., guix-commits, 2023/08/16
- 19/72: gnu: qt5compat: Update to 6.5.2., guix-commits, 2023/08/16
- 21/72: gnu: qtimageformats: Rename variable to qtimageformats-5., guix-commits, 2023/08/16
- 22/72: gnu: qtimageformats-5: Fix indentation., guix-commits, 2023/08/16
- 26/72: gnu: qtwebsockets: Update to 6.5.2., guix-commits, 2023/08/16
- 32/72: gnu: qttools: Update to 6.5.2., guix-commits, 2023/08/16