about summary refs log tree commit diff
path: root/pkgs/applications/video/qarte
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 09:58:46 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-08-27 10:03:00 +0200
commitc4a156ed454a10424d9f6fcc486f377ea7965833 (patch)
tree8c072b0bbaae1c5de91f42633197c75b1685910b /pkgs/applications/video/qarte
parent9d74fd3e0730ca7e63016b2573950acb8402d372 (diff)
qarte: 3.2.0+158 -> 3.10.0+188
Diffstat (limited to 'pkgs/applications/video/qarte')
-rw-r--r--pkgs/applications/video/qarte/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/qarte/default.nix b/pkgs/applications/video/qarte/default.nix
index 8bfe3c0b91fa1..aba3b81fde85d 100644
--- a/pkgs/applications/video/qarte/default.nix
+++ b/pkgs/applications/video/qarte/default.nix
@@ -3,11 +3,11 @@
 let
   pythonEnv = python3.withPackages (ps: with ps; [ pyqt5 sip ]);
 in stdenv.mkDerivation {
-  name = "qarte-3.2.0+158";
+  name = "qarte-3.10.0+188";
   src = fetchbzr {
     url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
-    rev = "158";
-    sha256 = "0nj9yxylz1nz0hdjm0jzrq2l3dgfdqkafwxnzydp6qv6261w564n";
+    rev = "188";
+    sha256 = "06xpkjgm5ci5gfkza9f44m8l4jj32gfmr65cqs4x0j2ihrc6b4r9";
   };
 
   buildInputs = [ makeWrapper pythonEnv ];