unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Philippe SWARTVAGHER via Guix-patches via <guix-patches@gnu.org>
To: 70925@debbugs.gnu.org
Cc: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Subject: [bug#70925] [PATCH] gnu: libcdio-paranoia: Update to 10.2+2.0.2.
Date: Mon, 13 May 2024 22:55:13 +0200	[thread overview]
Message-ID: <6832d619b40257e3fb80711c7c6b10e6b25ff8b8.1715633408.git.phil.swart@gmx.fr> (raw)

* gnu/packages/cdrom.scm (libcdio-paranoia): Update to 10.2+2.0.2.

Change-Id: I9167edaa59571e686ad6f112f41dd1ec8193c822
---
 gnu/packages/cdrom.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index d473ab41ed..4d891d88e6 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -138,14 +138,15 @@ (define-public libcdio
 (define-public libcdio-paranoia
   (package
     (name "libcdio-paranoia")
-    (version "10.2+2.0.1")
-    (source (origin
-             (method url-fetch)
-             (uri (string-append "mirror://gnu/libcdio/libcdio-paranoia-"
-                                 version ".tar.bz2"))
-             (sha256
-              (base32
-               "12hfnrq7amv9qjzc92cr265m7kh0a1hpasck8cxx1gygbhqczc9k"))))
+    (version "10.2+2.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/rocky/libcdio-paranoia/releases/download/release-"
+             version "/libcdio-paranoia-" version ".tar.gz"))
+       (sha256
+        (base32 "0hrflc9ydcv17f3zprs5v662km4xhs3pw709ln1cx3vq7xfd8xdq"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (propagated-inputs (list libcdio))

base-commit: 0edbb93130651f29dc59fe4ca546a5065670ac8a
--
2.43.0





                 reply	other threads:[~2024-05-13 20:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6832d619b40257e3fb80711c7c6b10e6b25ff8b8.1715633408.git.phil.swart@gmx.fr \
    --to=guix-patches@gnu.org \
    --cc=70925@debbugs.gnu.org \
    --cc=phil.swart@gmx.fr \
    /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 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).