GNU bug report logs -
#70925
[PATCH] gnu: libcdio-paranoia: Update to 10.2+2.0.2.
Previous Next
To reply to this bug, email your comments to 70925 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#70925
; Package
guix-patches
.
(Mon, 13 May 2024 20:56:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 13 May 2024 20:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 189 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.