Unverified Commit ab36cfe8 authored by chewblacka's avatar chewblacka Committed by GitHub
Browse files

get_iplayer: 3.27 -> 3.31

https://github.com/get-iplayer/get_iplayer/wiki/release330to339#release331
Added Mojolicious Perl Module for concurrent programme info downloads.
parent e7e169ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

perlPackages.buildPerlPackage rec {
  pname = "get_iplayer";
  version = "3.27";
  version = "3.31";

  src = fetchFromGitHub {
    owner = "get-iplayer";
    repo = "get_iplayer";
    rev = "v${version}";
    sha256 = "077y31gg020wjpx5pcivqgkqawcjxh5kjnvq97x2gd7i3wwc30qi";
    sha256 = "+ChCF27nmPKbqaZVxsZ6TlbzSdEz6RfMs87NE8xaSRw=";
  };

  nativeBuildInputs = [ makeWrapper ];
  buildInputs = [ perl ];
  propagatedBuildInputs = with perlPackages; [
    HTMLParser HTTPCookies LWP LWPProtocolHttps XMLLibXML XMLSimple
    HTMLParser HTTPCookies LWP LWPProtocolHttps XMLLibXML XMLSimple Mojolicious
  ];

  preConfigure = "touch Makefile.PL";