Skip to content

Commit 8e98811

Browse files
committedJul 17, 2017
python36: 3.6.1 -> 3.6.2
1 parent c2cf696 commit 8e98811

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/interpreters/python/cpython/3.6

1 file changed

+2
-2
lines changed
 

‎pkgs/development/interpreters/python/cpython/3.6/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ with stdenv.lib;
2727

2828
let
2929
majorVersion = "3.6";
30-
minorVersion = "1";
30+
minorVersion = "2";
3131
minorVersionSuffix = "";
3232
pythonVersion = majorVersion;
3333
version = "${majorVersion}.${minorVersion}${minorVersionSuffix}";
@@ -48,7 +48,7 @@ in stdenv.mkDerivation {
4848

4949
src = fetchurl {
5050
url = "https://www.python.org/ftp/python/${majorVersion}.${minorVersion}/Python-${version}.tar.xz";
51-
sha256 = "0ha03sbakxblzyvlramx5fj0ranzmzx4pa2png6nn8gczkfi0650";
51+
sha256 = "1ab4vlpdax1ihpiyiwchlgsk36apl4kgdw271wvl9l8ywhxpfacj";
5252
};
5353

5454
NIX_LDFLAGS = optionalString stdenv.isLinux "-lgcc_s";

0 commit comments

Comments
 (0)
Please sign in to comment.