Skip to content

Commit

Permalink
python34: 3.4.6 -> 3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Aug 9, 2017
1 parent fcea56d commit 616fb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/python/cpython/3.4/default.nix
Expand Up @@ -27,7 +27,7 @@ with stdenv.lib;

let
majorVersion = "3.4";
minorVersion = "6";
minorVersion = "7";
minorVersionSuffix = "";
pythonVersion = majorVersion;
version = "${majorVersion}.${minorVersion}${minorVersionSuffix}";
Expand All @@ -48,7 +48,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "http://www.python.org/ftp/python/${version}/Python-${version}.tar.xz";
sha256 = "0h2z248hkf8x1ix1z8npkqs9cq62i322sl4rcjdkp7mawsxjhd7i";
sha256 = "06wx2ag0dnixny67jfdl5z10243fjga898cgxhnr4dnxaqmwy547";
};

NIX_LDFLAGS = optionalString stdenv.isLinux "-lgcc_s";
Expand Down

0 comments on commit 616fb95

Please sign in to comment.