Archived
1
0
Fork 0

gnu: get-iplayer: Update to 3.27.

* gnu/packages/video.scm (get-iplayer): Update to 3.27.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-07 14:14:28 +01:00
parent fa82882301
commit a04b285cf5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5032,7 +5032,7 @@ brightness, contrast, and frame rate.")
(define-public get-iplayer (define-public get-iplayer
(package (package
(name "get-iplayer") (name "get-iplayer")
(version "3.26") (version "3.27")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5041,8 +5041,7 @@ brightness, contrast, and frame rate.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "077y31gg020wjpx5pcivqgkqawcjxh5kjnvq97x2gd7i3wwc30qi"))))
"0lsz5hz1ia5j612540rb0f31y7j2k5gf7x5i43l8k06b90wi73d6"))))
(build-system perl-build-system) (build-system perl-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests