We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c2cf696 commit 8e98811Copy full SHA for 8e98811
pkgs/development/interpreters/python/cpython/3.6/default.nix
@@ -27,7 +27,7 @@ with stdenv.lib;
27
28
let
29
majorVersion = "3.6";
30
- minorVersion = "1";
+ minorVersion = "2";
31
minorVersionSuffix = "";
32
pythonVersion = majorVersion;
33
version = "${majorVersion}.${minorVersion}${minorVersionSuffix}";
@@ -48,7 +48,7 @@ in stdenv.mkDerivation {
48
49
src = fetchurl {
50
url = "https://www.python.org/ftp/python/${majorVersion}.${minorVersion}/Python-${version}.tar.xz";
51
- sha256 = "0ha03sbakxblzyvlramx5fj0ranzmzx4pa2png6nn8gczkfi0650";
+ sha256 = "1ab4vlpdax1ihpiyiwchlgsk36apl4kgdw271wvl9l8ywhxpfacj";
52
};
53
54
NIX_LDFLAGS = optionalString stdenv.isLinux "-lgcc_s";
0 commit comments