Skip to content

Commit

Permalink
python36: 3.6.7 -> 3.6.8
Browse files Browse the repository at this point in the history
(cherry picked from commit 741e00f)
  • Loading branch information
FRidh committed Dec 26, 2018
1 parent 0312ef1 commit 52571d7
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 @@ -26,7 +26,7 @@ with stdenv.lib;

let
majorVersion = "3.6";
minorVersion = "7";
minorVersion = "8";
minorVersionSuffix = "";
version = "${majorVersion}.${minorVersion}${minorVersionSuffix}";
libPrefix = "python${majorVersion}";
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 = "0zgp8nvz3rkiz5cxd42vgpah4rvw3kmg9qz9lfq36rfnm40i9zc1";
sha256 = "14qi6n5gpcjnwy165wi9hkfcmbadc95ny6bxxldknxwmx50n4i1m";
};

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

0 comments on commit 52571d7

Please sign in to comment.