pythonInterpreters.pypy39_prebuilt: 7.3.9 -> 7.3.11

This commit is contained in:
Thiago Kenji Okada 2023-01-04 21:32:39 +00:00
parent 525588440a
commit 5dbf9ca20c

View file

@ -307,9 +307,9 @@ in {
sourceVersion = { sourceVersion = {
major = "7"; major = "7";
minor = "3"; minor = "3";
patch = "9"; patch = "11";
}; };
sha256 = "sha256-RoGMs9dLlrNHh1SDQ9Jm4lYrUx3brzMDg7qTD/GTDtU="; # linux64 sha256 = "sha256-1QYXLKEQcSdBdddOnFgcMWZDLQF5sDZHDjuejSDq5YE="; # linux64
pythonVersion = "3.9"; pythonVersion = "3.9";
inherit passthruFun; inherit passthruFun;
}; };