pypy3: 7.3.19 -> 7.3.20

This fixes https://github.com/pypy/pypy/issues/5247 which should fix a
failing test in numpy https://github.com/numpy/numpy/issues/28469
This commit is contained in:
Sandro Jäckel
2025-09-17 16:46:37 +02:00
parent 70925fbc6f
commit 8cb36f5d88
@@ -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;