about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/rustpython
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-10-13 08:27:27 +0200
committerVladimír Čunát <v@cunat.cz>2022-10-13 08:27:55 +0200
commit00a757ed3f6b90ed325f27a29fea17a527cb2f8e (patch)
treec70865338202ea122fd63d601ea54cdb3782d50e /pkgs/development/interpreters/python/rustpython
parent2a3f0a650f1b047df90294c6d646b8ecdba119fa (diff)
parent732ec9dcc0f8db600e7894131de9c36a7c3cefb2 (diff)
downloadnixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.tar
nixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.tar.gz
nixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.tar.bz2
nixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.tar.lz
nixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.tar.xz
nixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.tar.zst
nixlib-00a757ed3f6b90ed325f27a29fea17a527cb2f8e.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/development/interpreters/python/rustpython')
-rw-r--r--pkgs/development/interpreters/python/rustpython/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/interpreters/python/rustpython/default.nix b/pkgs/development/interpreters/python/rustpython/default.nix
index bbc2fef46cf2..645b1de2d76b 100644
--- a/pkgs/development/interpreters/python/rustpython/default.nix
+++ b/pkgs/development/interpreters/python/rustpython/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rustpython";
-  version = "unstable-2021-12-09";
+  version = "unstable-2022-10-11";
 
   src = fetchFromGitHub {
     owner = "RustPython";
     repo = "RustPython";
-    rev = "db3b3127df34ff5dd569301aa36ed71ae5624e4e";
-    sha256 = "sha256-YwGfXs3A5L/18mHnnWubPU3Y8EI9uU3keJ2HJnnTwv0=";
+    rev = "273ffd969ca6536df06d9f69076c2badb86f8f8c";
+    sha256 = "sha256-t/3++EeP7a8t2H0IEPLogBri7+6u+2+v+lNb4/Ty1/w=";
   };
 
-  cargoHash = "sha256-T85kiPG80oZ4mwpb8Ag40wDHKx2Aens+gM7NGXan5lM=";
+  cargoHash = "sha256-Pv7SK64+eoK1VUxDh1oH0g1veWoIvBhiZE9JI/alXJ4=";
 
   # freeze the stdlib into the rustpython binary
   cargoBuildFlags = [ "--features=freeze-stdlib" ];