qarte: 4.17.1 → 5.5.0

This commit is contained in:
Vincent Laporte 2023-10-11 08:14:42 +02:00 committed by Vincent Laporte
parent a6d58b22b2
commit e745ebac52

View File

@ -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 ];