Commit e745ebac authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

qarte: 4.17.1 → 5.5.0

parent a6d58b22
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,12 +4,12 @@ let
  pythonEnv = python3.withPackages (ps: with ps; [ m3u8 pyqt5_with_qtmultimedia ]);
in mkDerivation {
  pname = "qarte";
  version = "4.17.1";
  version = "5.5.0";

  src = fetchbzr {
    url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-4";
    rev = "74";
    sha256 = "sha256:18ky9qwfvbifd0xrbmnfm3cm2vyy5jgf9rrca2hby46sjf2745h4";
    url = "http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-5";
    rev = "88";
    sha256 = "sha256-+Ixe4bWKubH/XBESwmP2NWS8bH0jq611c3MZn7W87Jw=";
  };

  buildInputs = [ pythonEnv ];