diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix index bb2c1c0d965d..1c7f64a7de75 100644 --- a/pkgs/development/interpreters/python/default.nix +++ b/pkgs/development/interpreters/python/default.nix @@ -70,10 +70,10 @@ in { sourceVersion = { major = "3"; minor = "9"; - patch = "16"; + patch = "17"; suffix = ""; }; - hash = "sha256-It3cCZJG3SdgZlVh6K23OU6gzEOnJoTGSA+TgPd4ZDk="; + hash = "sha256-MM4FfETyg/jtk2Bsy9uNUd1Sa9xMYszl4Nwhe/o+jO4="; inherit (darwin) configd; inherit passthruFun; };