pypy, pypy3: 7.3.1 → 7.3.2

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2020-11-17 21:20:02 -08:00
parent b7836e5ca6
commit 9e09ad5182
2 changed files with 15 additions and 14 deletions

View File

@@ -160,9 +160,9 @@ in {
sourceVersion = {
major = "7";
minor = "3";
patch = "1";
patch = "2";
};
sha256 = "08ckkhd0ix6j9873a7gr507c72d4cmnv5lwvprlljdca9i8p2dzs";
sha256 = "1l98b7s9sf16a5w8y0fdn7a489l3gpykjasws1j67bahhc6li2c1";
pythonVersion = "2.7";
db = db.override { dbmSupport = !stdenv.isDarwin; };
python = python27;
@@ -176,9 +176,9 @@ in {
sourceVersion = {
major = "7";
minor = "3";
patch = "1";
patch = "2";
};
sha256 = "10zsk8jby8j6visk5mzikpb1cidvz27qq4pfpa26jv53klic6b0c";
sha256 = "03f1fdw6yk2mypa9pbmgk26r8y1hhmw801l6g36zry9zsvz7aqgx";
pythonVersion = "3.6";
db = db.override { dbmSupport = !stdenv.isDarwin; };
python = python27;
@@ -193,9 +193,9 @@ in {
sourceVersion = {
major = "7";
minor = "3";
patch = "1";
patch = "2";
};
sha256 = "18xc5kwidj5hjwbr0w8v1nfpg5l4lk01z8cn804zfyyz8xjqhx5y"; # linux64
sha256 = "0fx1kp13cgx3rijd0zf8rdjbai6mfhc9is4xfc7kl5cpd88hhkwd"; # linux64
pythonVersion = "2.7";
inherit passthruFun;
};
@@ -206,9 +206,9 @@ in {
sourceVersion = {
major = "7";
minor = "3";
patch = "1";
patch = "2";
};
sha256 = "04nv0mkalaliphbjw7y0pmb372bxwjzwmcsqkf9kwsik99kg2z7n"; # linux64
sha256 = "10xdx7q04fzy4v4rbj9bbdw8g9y68qgaih7z2n0s5aknj0bizafp"; # linux64
pythonVersion = "3.6";
inherit passthruFun;
};