* [bug#74402] [PATCH] gnu: qtractor: Update to 1.4.0.
@ 2024-11-17 16:18 Sughosha via Guix-patches via
2024-11-20 12:07 ` bug#74402: " Z572
0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2024-11-17 16:18 UTC (permalink / raw)
To: 74402; +Cc: Sughosha
* gnu/packages/music.scm (qtractor): Update to 1.4.0.
[source]: Switch to mirror url.
Change-Id: I3058346b8b6be9164e2724b9631490f75b4f2428
---
gnu/packages/music.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 980bce6b30..fa2ce337fa 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3714,14 +3714,14 @@ (define-public aj-snapshot
(define-public qtractor
(package
(name "qtractor")
- (version "1.1.0")
+ (version "1.4.0")
(source (origin
(method url-fetch)
- (uri (string-append "https://downloads.sourceforge.net/qtractor/"
+ (uri (string-append "mirror://sourceforge/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
- "09kvv4anjpv3pk0ajn8685d24ya6h771sm6yh4kgviykzvl3vjyd"))))
+ "0h466cvx8v1h8fsynlic47njzkacfvn9vy3bdc0ggjxnn6vb46yl"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no "check" target
base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-20 12:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-17 16:18 [bug#74402] [PATCH] gnu: qtractor: Update to 1.4.0 Sughosha via Guix-patches via
2024-11-20 12:07 ` bug#74402: " Z572
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).