me
/
guix
Archived
1
0
Fork 0

gnu: qelectrotech: Update to 0.9.0.

* gnu/packages/engineering.scm (qelectrotech): Update to 0.9.0.
master
Vinicius Monego 2023-04-01 11:11:16 -03:00
parent ce7be34128
commit a53fcc488f
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

@ -777,14 +777,14 @@ ready for production.")
(define-public qelectrotech (define-public qelectrotech
(package (package
(name "qelectrotech") (name "qelectrotech")
(version "0.8.0") (version "0.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://git.tuxfamily.org/qet/qet.git/" (uri (string-append "https://git.tuxfamily.org/qet/qet.git/"
"snapshot/qet-" version ".tar.gz")) "snapshot/qet-" version ".tar.gz"))
(sha256 (sha256
(base32 "0w70fqwhqqzga1kfp34v8z1xf9988nvvi3d5gwl2sg429p9mpsk2")))) (base32 "1qkgagx2bk2jfzs3d91kki01y5bs5p85f4c8xjxn45hmw4rl512b"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
;; XXX: tests are built for the CMake build option but it seems to be ;; XXX: tests are built for the CMake build option but it seems to be