summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2018-01-17 23:19:26 -0500
committerAnders Kaseorg <andersk@mit.edu>2018-01-17 23:19:26 -0500
commit11c4ba3f651d6ae3739d058111a1586db807a394 (patch)
tree8e90d37eb971f50211b660577549216880073e61 /pkgs/development/interpreters
parentebd422af9b26326cd47c51a8cd6648d8dcd53b8f (diff)
downloadnixlib-11c4ba3f651d6ae3739d058111a1586db807a394.tar
nixlib-11c4ba3f651d6ae3739d058111a1586db807a394.tar.gz
nixlib-11c4ba3f651d6ae3739d058111a1586db807a394.tar.bz2
nixlib-11c4ba3f651d6ae3739d058111a1586db807a394.tar.lz
nixlib-11c4ba3f651d6ae3739d058111a1586db807a394.tar.xz
nixlib-11c4ba3f651d6ae3739d058111a1586db807a394.tar.zst
nixlib-11c4ba3f651d6ae3739d058111a1586db807a394.zip
pypy: 5.9.0 -> 5.10.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/pypy/2.7/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/pypy/2.7/default.nix b/pkgs/development/interpreters/python/pypy/2.7/default.nix
index aea389d160fe..5769ed63727c 100644
--- a/pkgs/development/interpreters/python/pypy/2.7/default.nix
+++ b/pkgs/development/interpreters/python/pypy/2.7/default.nix
@@ -10,7 +10,7 @@
 assert zlibSupport -> zlib != null;
 
 let
-  majorVersion = "5.9";
+  majorVersion = "5.10";
   minorVersion = "0";
   minorVersionSuffix = "";
   pythonVersion = "2.7";
@@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://bitbucket.org/pypy/pypy/get/release-pypy${pythonVersion}-v${version}.tar.bz2";
-    sha256 = "1q3kcnniyvnca1l7x10mbhp4xwjr03ajh2h8j6cbdllci38zdjy1";
+    sha256 = "10j1s6r6iv80nvpi6gv8w05v505h2ndj9xx31yz7d50ab04dfg23";
   };
 
   nativeBuildInputs = [ pkgconfig makeWrapper ];