mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
gyp: 1944 -> 1977
This commit is contained in:
parent
87ee3d5d5e
commit
cd83ae0ad7
@ -3896,13 +3896,13 @@ let
|
|||||||
|
|
||||||
|
|
||||||
gyp = buildPythonPackage rec {
|
gyp = buildPythonPackage rec {
|
||||||
rev = "1944";
|
rev = "1977";
|
||||||
name = "gyp-r${rev}";
|
name = "gyp-r${rev}";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://gyp.googlecode.com/svn/trunk";
|
url = "http://gyp.googlecode.com/svn/trunk";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "15k3ivk3jyhx4rwdf1mn6qpyrwixvy01jpkir8d14c4g9hax1dx1";
|
sha256 = "0vnr75yd3bidysiwl9lljvf1dv6v9m9xqdnx0hdgyl92w689n9j8";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = optionals pkgs.stdenv.isDarwin [
|
patches = optionals pkgs.stdenv.isDarwin [
|
||||||
@ -10761,4 +10761,4 @@ let
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
}); in pythonPackages
|
}); in pythonPackages
|
||||||
|
Loading…
Reference in New Issue
Block a user