Skip to content

Commit c9044de

Browse files
committedDec 20, 2017
python36: 3.6.3 -> 3.6.4
1 parent fb349c8 commit c9044de

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 = "3";
30+
minorVersion = "4";
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 = "1nl1raaagr4car787a2hmjv2dw6gqny53xfd6wisbgx4r5kxk9yd";
51+
sha256 = "1fna7g8jxzl4kd2pqmmqhva5724c5m920x3fsrpsgskaylmr76qm";
5252
};
5353

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

0 commit comments

Comments
 (0)
Please sign in to comment.