Merge pull request #298085 from natsukium/cpython/update

python39: 3.9.18 -> 3.9.19; python310: 3.10.13 -> 3.10.14
This commit is contained in:
OTABI Tomoya 2024-03-26 09:48:38 +09:00 committed by GitHub
commit da0502af11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -47,10 +47,10 @@ in {
sourceVersion = {
major = "3";
minor = "9";
patch = "18";
patch = "19";
suffix = "";
};
hash = "sha256-AVl9sBMsHPezMe/2iuCbWiNaPDyqnJRMKcrH0cTEwAo=";
hash = "sha256-1Iks0WGPZFjLhRIIwDDfFIJ3lgnQ85OZkb04GE+MZ54=";
inherit (darwin) configd;
inherit passthruFun;
};
@ -60,10 +60,10 @@ in {
sourceVersion = {
major = "3";
minor = "10";
patch = "13";
patch = "14";
suffix = "";
};
hash = "sha256-XIiEhmhkDT4VKzW0U27xwjsspL0slX7x7LsFP1cd0/Y=";
hash = "sha256-nFBIH6qMKDIym6D8iGjQpgamgPxPYOxI0mzo4HZ1H9o=";
inherit (darwin) configd;
inherit passthruFun;
};