From 780caf66908046e7bcd4f3549363f300c99c4f62 Mon Sep 17 00:00:00 2001 From: Spencer Baugh Date: Sat, 29 Aug 2020 16:44:17 -0400 Subject: [PATCH] python37: 3.7.8 -> 3.7.9 Release notes: https://docs.python.org/release/3.7.9/whatsnew/changelog.html Most notable is the fixed behavior of asynchronous generators; without this fix, they fail to work in some scenarios. --- pkgs/development/interpreters/python/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index 76963587c20..1fdf465f871 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -81,10 +81,10 @@ in { sourceVersion = { major = "3"; minor = "7"; - patch = "8"; + patch = "9"; suffix = ""; }; - sha256 = "Q6VDQEs2PwA3+J34R48Z2y28DW8//uMQvCmX+nGFSmM="; + sha256 = "008v6g1jkrjrdmiqlgjlq6msbbj848bvkws6ppwva1ahn03k14li"; inherit (darwin) configd; inherit passthruFun; };