Skip to content

Commit

Permalink
python3: 3.6.4 -> 3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 30, 2018
1 parent 9d2ff98 commit 402a074
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ with stdenv.lib;

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

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

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

0 comments on commit 402a074

Please sign in to comment.