pypy39: 3.7.11 -> 3.7.12

This commit is contained in:
Thiago Kenji Okada 2023-09-25 12:07:50 +01:00
parent e0874acbdd
commit 2b0c3f0001

View File

@ -155,10 +155,10 @@ in {
sourceVersion = {
major = "7";
minor = "3";
patch = "11";
patch = "12";
};
hash = "sha256-sPMWb7Klqt/VzrnbXN1feSmg7MygK0omwNrgSS98qOo=";
hash = "sha256-56IEbH5sJfw4aru1Ey6Sp8wkkeOTVpmpRstdy7NCwqo=";
pythonVersion = "3.9";
db = db.override { dbmSupport = !stdenv.isDarwin; };
python = __splicedPackages.pypy27;