Skip to content

Commit

Permalink
python36: 3.6.1 -> 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jul 17, 2017
1 parent c2cf696 commit 8e98811
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 = "1";
minorVersion = "2";
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 = "0ha03sbakxblzyvlramx5fj0ranzmzx4pa2png6nn8gczkfi0650";
sha256 = "1ab4vlpdax1ihpiyiwchlgsk36apl4kgdw271wvl9l8ywhxpfacj";
};

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

0 comments on commit 8e98811

Please sign in to comment.