Skip to content

Commit 09c5762

Browse files
ryantmglobin
authored andcommittedMar 1, 2018
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"
1 parent 62f80e5 commit 09c5762

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/rabbitvcs

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/version-management/rabbitvcs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{ fetchFromGitHub, lib, python2Packages, meld, subversion, gvfs, xdg_utils }:
22
python2Packages.buildPythonApplication rec {
33
name = "rabbitvcs-${version}";
4-
version = "0.16";
4+
version = "0.17.1";
55
namePrefix = "";
66

77
src = fetchFromGitHub {
88
owner = "rabbitvcs";
99
repo = "rabbitvcs";
1010
rev = "v${version}";
11-
sha256 = "0964pdylrx4n9c9l8ncwv4q1p63y4hadb5v4pgvm0m2fah2jlkly";
11+
sha256 = "01cr16zf3gzsci1hhfli79m34fcx5m1pvswl16rkxxn212yc9fhy";
1212
};
1313

1414
pythonPath = with python2Packages; [ configobj dbus-python pygobject2 pygtk simplejson pysvn dulwich tkinter gvfs xdg_utils ];

0 commit comments

Comments
 (0)
Please sign in to comment.