Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python 3.4.4 -> 3.4.5

(cherry picked from commit f04b0181114c0da3834c6713340a92791f23f953)

+2 -2
+2 -2
pkgs/development/interpreters/python/3.4/default.nix
··· 23 23 let 24 24 majorVersion = "3.4"; 25 25 pythonVersion = majorVersion; 26 - version = "${majorVersion}.4"; 26 + version = "${majorVersion}.5"; 27 27 fullVersion = "${version}"; 28 28 29 29 buildInputs = filter (p: p != null) [ ··· 39 39 40 40 src = fetchurl { 41 41 url = "http://www.python.org/ftp/python/${version}/Python-${fullVersion}.tar.xz"; 42 - sha256 = "18kb5c29w04rj4gyz3jngm72sy8izfnbjlm6ajv6rv2m061d75x7"; 42 + sha256 = "12l9klp778wklxmckhghniy5hklss8r26995pyd00qbllk4b2r7f"; 43 43 }; 44 44 45 45 NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";