summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-10-11 08:14:42 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-10-18 08:24:11 +0200
commite745ebac528f0f9e345436d12d0a351398d2791e (patch)
treebeafa0720183aec880e56d6238797326745a28c9
parenta6d58b22b2ac53eff77cb553676a54038c268e3b (diff)
downloadnixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.tar
nixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.tar.gz
nixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.tar.bz2
nixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.tar.lz
nixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.tar.xz
nixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.tar.zst
nixpkgs-e745ebac528f0f9e345436d12d0a351398d2791e.zip
qarte: 4.17.1 → 5.5.0
-rw-r--r--pkgs/applications/video/qarte/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix
index dd2a7dadc2f..be2ac3c7413 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -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 ];