[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/16: gnu: get-iplayer: Update to 3.30.
From: |
guix-commits |
Subject: |
14/16: gnu: get-iplayer: Update to 3.30. |
Date: |
Wed, 27 Jul 2022 06:30:03 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 313a442f7bd4bb3054d271fbda4527a0ea943788
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:02 2022 +0200
gnu: get-iplayer: Update to 3.30.
* gnu/packages/video.scm (get-iplayer): Update to 3.30.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/video.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ac7329d4b7..af658ea8d7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5387,7 +5387,7 @@ brightness, contrast, and frame rate.")
(define-public get-iplayer
(package
(name "get-iplayer")
- (version "3.27")
+ (version "3.30")
(source
(origin
(method git-fetch)
@@ -5396,7 +5396,7 @@ brightness, contrast, and frame rate.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "077y31gg020wjpx5pcivqgkqawcjxh5kjnvq97x2gd7i3wwc30qi"))))
+ (base32 "1kzsdq1mhm5h83bbdbhh3jhpfvq4f13ly22mfd6vvmhj8mq084pi"))))
(build-system perl-build-system)
(arguments
`(#:tests? #f ; no tests
@@ -5411,8 +5411,7 @@ brightness, contrast, and frame rate.")
(man (string-append out "/share/man/man1")))
(install-file "get_iplayer" bin)
(install-file "get_iplayer.cgi" bin)
- (install-file "get_iplayer.1" man))
- #t))
+ (install-file "get_iplayer.1" man))))
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -5423,8 +5422,7 @@ brightness, contrast, and frame rate.")
prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
(wrap-program (string-append out "/bin/get_iplayer.cgi")
`("PERL5LIB" ":"
- prefix (,(string-append perllib ":" (getenv "PERL5LIB")))))
- #t))))))
+ prefix (,(string-append perllib ":" (getenv
"PERL5LIB")))))))))))
(inputs
(list perl-mojolicious perl-lwp-protocol-https perl-xml-libxml))
(home-page "https://github.com/get-iplayer/get_iplayer")
- 05/16: gnu: imgui: Update to 1.88., (continued)
- 05/16: gnu: imgui: Update to 1.88., guix-commits, 2022/07/27
- 04/16: gnu: es: Use URL-FETCH/TARBOMB., guix-commits, 2022/07/27
- 12/16: gnu: libconfini: Update to 1.16.4., guix-commits, 2022/07/27
- 06/16: gnu: qtractor: Update to 0.9.27., guix-commits, 2022/07/27
- 10/16: gnu: nbd: Update to 3.24., guix-commits, 2022/07/27
- 07/16: gnu: qtractor: Remove input labels., guix-commits, 2022/07/27
- 11/16: gnu: ndisc6: Update to 1.0.6., guix-commits, 2022/07/27
- 02/16: gnu: freetalk: Modernise arguments' style., guix-commits, 2022/07/27
- 13/16: gnu: libconfini: Omit static library., guix-commits, 2022/07/27
- 15/16: gnu: osinfo-db: Update to 20220516., guix-commits, 2022/07/27
- 14/16: gnu: get-iplayer: Update to 3.30.,
guix-commits <=
- 08/16: gnu: podofo: Update to 0.9.8., guix-commits, 2022/07/27
- 09/16: gnu: podofo: Remove input labels., guix-commits, 2022/07/27
- 01/16: gnu: freetalk: Update to 4.2., guix-commits, 2022/07/27
- 16/16: download: Refresh KDE mirror list., guix-commits, 2022/07/27
- 03/16: gnu: es: Update to 0.9.2., guix-commits, 2022/07/27