GNU bug report logs -
#77320
[PATCH] gnu: get-iplayer: Update to 3.35.
Previous Next
To reply to this bug, email your comments to 77320 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77320
; Package
guix-patches
.
(Thu, 27 Mar 2025 19:20:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Timo Wilken <guix <at> twilken.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 27 Mar 2025 19:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/video (get-iplayer): Update to 3.35.
Change-Id: Idd00061a23c3134f043960042ee0b65da2cd9834
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9ad8262b985..5ba9f2fe09f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6669,7 +6669,7 @@ (define-public guvcview
(define-public get-iplayer
(package
(name "get-iplayer")
- (version "3.30")
+ (version "3.35")
(source
(origin
(method git-fetch)
@@ -6678,7 +6678,7 @@ (define-public get-iplayer
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1kzsdq1mhm5h83bbdbhh3jhpfvq4f13ly22mfd6vvmhj8mq084pi"))))
+ (base32 "074a1aazryjps44qlmj2lqg7vnx559q4s6k1k1jvgjvadf1fpb3y"))))
(build-system perl-build-system)
(arguments
`(#:tests? #f ; no tests
--
2.49.0
This bug report was last modified 12 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.