all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Z572 <zhengjunjie@iscas.ac.cn>
To: Sughosha via Guix-patches via <guix-patches@gnu.org>
Cc: 74402-done@debbugs.gnu.org, Sughosha <sughosha@disroot.org>
Subject: bug#74402: [PATCH] gnu: qtractor: Update to 1.4.0.
Date: Wed, 20 Nov 2024 20:07:27 +0800	[thread overview]
Message-ID: <87iksi2jnk.fsf@iscas.ac.cn> (raw)
In-Reply-To: <f84b05a3ea7fcde5b5bf09e398bbb73542d71aa1.1731860321.git.sughosha@disroot.org> (Sughosha via Guix-patches via's message of "Sun, 17 Nov 2024 21:48:41 +0530")

[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]

Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * 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/"

(string-append "mirror://sourceforge/qtractor/qtractor/"
                                  version "/qtractor-" version ".tar.gz")

i adjust uri to right link. pushed, closing.

>                                    "qtractor-" version ".tar.gz"))
>                (sha256
>                 (base32
> -                "09kvv4anjpv3pk0ajn8685d24ya6h771sm6yh4kgviykzvl3vjyd"))))
> +                "0h466cvx8v1h8fsynlic47njzkacfvn9vy3bdc0ggjxnn6vb46yl"))))
>      (build-system cmake-build-system)
>      (arguments
>       `(#:tests? #f))                    ; no "check" target
>
> base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-11-20 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Z572 [this message]

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=87iksi2jnk.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=74402-done@debbugs.gnu.org \
    --cc=guix-patches@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.