From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 74402@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>
Subject: [bug#74402] [PATCH] gnu: qtractor: Update to 1.4.0.
Date: Sun, 17 Nov 2024 21:48:41 +0530 [thread overview]
Message-ID: <f84b05a3ea7fcde5b5bf09e398bbb73542d71aa1.1731860321.git.sughosha@disroot.org> (raw)
* 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
next reply other threads:[~2024-11-17 16:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-17 16:18 Sughosha via Guix-patches via [this message]
2024-11-20 12:07 ` bug#74402: [PATCH] gnu: qtractor: Update to 1.4.0 Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f84b05a3ea7fcde5b5bf09e398bbb73542d71aa1.1731860321.git.sughosha@disroot.org \
--to=guix-patches@gnu.org \
--cc=74402@debbugs.gnu.org \
--cc=sughosha@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.