summary refs log tree commit diff
path: root/pkgs/applications/version-management/rabbitvcs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 12:59:54 -0800
committerRobin Gloster <mail@glob.in>2018-03-01 15:51:06 +0100
commit09c5762469469358191a149521e6d3c2d3c65bc2 (patch)
treefa68698c01ba34f76aab4b9813205a1353509d98 /pkgs/applications/version-management/rabbitvcs
parent62f80e5203655a4729bfb541d899888cf09cc741 (diff)
downloadnixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.tar
nixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.tar.gz
nixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.tar.bz2
nixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.tar.lz
nixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.tar.xz
nixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.tar.zst
nixpkgs-09c5762469469358191a149521e6d3c2d3c65bc2.zip
rabbitvcs: 0.16 -> 0.17.1
Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.17.1 with grep in /nix/store/9ywl856gxvav8j93ggk0jy4isclimhk3-rabbitvcs-0.17.1
- found 0.17.1 in filename of file in /nix/store/9ywl856gxvav8j93ggk0jy4isclimhk3-rabbitvcs-0.17.1

cc "@mathnerd314"
Diffstat (limited to 'pkgs/applications/version-management/rabbitvcs')
-rw-r--r--pkgs/applications/version-management/rabbitvcs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/rabbitvcs/default.nix b/pkgs/applications/version-management/rabbitvcs/default.nix
index 2d77a9c3265..d3b027fada6 100644
--- a/pkgs/applications/version-management/rabbitvcs/default.nix
+++ b/pkgs/applications/version-management/rabbitvcs/default.nix
@@ -1,14 +1,14 @@
 { fetchFromGitHub, lib, python2Packages, meld, subversion, gvfs, xdg_utils }:
 python2Packages.buildPythonApplication rec {
   name = "rabbitvcs-${version}";
-  version = "0.16";
+  version = "0.17.1";
   namePrefix = "";
 
   src = fetchFromGitHub {
     owner = "rabbitvcs";
     repo = "rabbitvcs";
     rev = "v${version}";
-    sha256 = "0964pdylrx4n9c9l8ncwv4q1p63y4hadb5v4pgvm0m2fah2jlkly";
+    sha256 = "01cr16zf3gzsci1hhfli79m34fcx5m1pvswl16rkxxn212yc9fhy";
   };
 
   pythonPath = with python2Packages; [ configobj dbus-python pygobject2 pygtk simplejson pysvn dulwich tkinter gvfs xdg_utils ];