This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 81bb918f97 gnu: qelectrotech: Switch repo to GitHub.
81bb918f97 is described below
commit 81bb918f979bdc030bfad8cc706ed71fb6708735
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Jul 23 19:28:58 2025 +0000
gnu: qelectrotech: Switch repo to GitHub.
* gnu/packages/engineering.scm (qelectrotech)[source]<origin>: Replace
tarball fetch from defunct repo with current git repo.
Change-Id: I41224406d1559e4b0476f7fe6c4799924ead8b87
---
gnu/packages/engineering.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index a0c0bbec68..0d18539816 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -947,11 +947,13 @@ required for Fritzing app.")
(version "0.9.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://git.tuxfamily.org/qet/qet.git/"
- "snapshot/qet-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/qelectrotech/qelectrotech-source-mirror")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32 "1qkgagx2bk2jfzs3d91kki01y5bs5p85f4c8xjxn45hmw4rl512b"))))
+ (base32 "17rrr9l11wc2ni3pxybq595dc4l1lklaba7rd562r8qc00f5r7zl"))))
(build-system qt-build-system)
(arguments
;; XXX: tests are built for the CMake build option but it seems to be