gyp: 1944 -> 1977

This commit is contained in:
William A. Kennington III 2014-09-13 21:34:24 -07:00
parent 87ee3d5d5e
commit cd83ae0ad7

View File

@ -3896,13 +3896,13 @@ let
gyp = buildPythonPackage rec {
rev = "1944";
rev = "1977";
name = "gyp-r${rev}";
src = fetchsvn {
url = "http://gyp.googlecode.com/svn/trunk";
inherit rev;
sha256 = "15k3ivk3jyhx4rwdf1mn6qpyrwixvy01jpkir8d14c4g9hax1dx1";
sha256 = "0vnr75yd3bidysiwl9lljvf1dv6v9m9xqdnx0hdgyl92w689n9j8";
};
patches = optionals pkgs.stdenv.isDarwin [
@ -10761,4 +10761,4 @@ let
}); in pythonPackages
}); in pythonPackages