GNU bug report logs -
#77320
[PATCH] gnu: get-iplayer: Update to 3.35.
Previous Next
Reported by: Timo Wilken <guix <at> twilken.net>
Date: Thu, 27 Mar 2025 19:20:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.