pypy3: 7.3.19 -> 7.3.20 (#443765)

This commit is contained in:
Sandro
2025-09-19 20:58:59 +00:00
committed by GitHub
@@ -150,10 +150,10 @@
sourceVersion = {
major = "7";
minor = "3";
patch = "19";
patch = "20";
};
hash = "sha256-SBfARLtGmjJ05gqjZFdw+B60+RZup/3E5sNRNFVUyNg=";
hash = "sha256-d4bdp2AAPi6nQJwQN+UCAMV47EJ84CRaxM11hxCyBvs=";
pythonVersion = "3.11";
db = db.override { dbmSupport = !stdenv.hostPlatform.isDarwin; };
python = __splicedPackages.pypy27;