summary refs log tree commit diff
path: root/pkgs/applications/video/qarte
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-01-14 17:03:56 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-01-14 17:04:51 +0100
commit139ed790da0cb7bc8d40e6e0ba64500e67e6b985 (patch)
tree8733869df8928522521889cf8b35428fa74fcde8 /pkgs/applications/video/qarte
parent295337ead544c4726a83321562e4d73c09fa7a5c (diff)
downloadnixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.tar
nixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.tar.gz
nixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.tar.bz2
nixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.tar.lz
nixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.tar.xz
nixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.tar.zst
nixpkgs-139ed790da0cb7bc8d40e6e0ba64500e67e6b985.zip
qarte: 3.2.0+146 -> 3.2.0+158
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 40011e11b2d..8bfe3c0b91f 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";
+  name = "qarte-3.2.0+158";
   src = fetchbzr {
     url = http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/qarte-3;
-    rev = "146";
-    sha256 = "0dvl38dknmnj2p4yr25p88kw3mh502c6qdp2bd43bhd2sqc3b0v0";
+    rev = "158";
+    sha256 = "0nj9yxylz1nz0hdjm0jzrq2l3dgfdqkafwxnzydp6qv6261w564n";
   };
 
   buildInputs = [ makeWrapper pythonEnv ];