Skip to content

Commit

Permalink
python36: 3.6.3 -> 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 20, 2017
1 parent fb349c8 commit c9044de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/python/cpython/3.6/default.nix
Expand Up @@ -27,7 +27,7 @@ with stdenv.lib;

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

src = fetchurl {
url = "https://www.python.org/ftp/python/${majorVersion}.${minorVersion}/Python-${version}.tar.xz";
sha256 = "1nl1raaagr4car787a2hmjv2dw6gqny53xfd6wisbgx4r5kxk9yd";
sha256 = "1fna7g8jxzl4kd2pqmmqhva5724c5m920x3fsrpsgskaylmr76qm";
};

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

0 comments on commit c9044de

Please sign in to comment.