about summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-13 00:04:27 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-13 00:04:29 +0100
commit69b06bceab724b706790ecc9673d20917abe102e (patch)
tree2eeb597eb81ad2db94ee2c9b6fb25574931238e9 /pkgs/development/interpreters
parenta41ccc89664c478397ab321c240beced2aadca3e (diff)
downloadnixlib-69b06bceab724b706790ecc9673d20917abe102e.tar
nixlib-69b06bceab724b706790ecc9673d20917abe102e.tar.gz
nixlib-69b06bceab724b706790ecc9673d20917abe102e.tar.bz2
nixlib-69b06bceab724b706790ecc9673d20917abe102e.tar.lz
nixlib-69b06bceab724b706790ecc9673d20917abe102e.tar.xz
nixlib-69b06bceab724b706790ecc9673d20917abe102e.tar.zst
nixlib-69b06bceab724b706790ecc9673d20917abe102e.zip
python311: 3.11.0a4 -> 3.11.0a6
https://pythoninsider.blogspot.com/2022/03/python-3110a6-is-available.html
https://pythoninsider.blogspot.com/2022/02/python-3110a5-is-available.html
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/interpreters/python/default.nix b/pkgs/development/interpreters/python/default.nix
index 6bee51f64232..1f033045ee1f 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -201,9 +201,9 @@ in {
       major = "3";
       minor = "11";
       patch = "0";
-      suffix = "a4";
+      suffix = "a6";
     };
-    sha256 = "sha256-Q3/nN2w2Pa+vNM6A8ERrQfyaQsDiqMflGdPwoLfPs+0=";
+    sha256 = "sha256-HFOi/3WHljPjDKwp0qpregEONVuV8L+axpG+zPX50So=";
     inherit (darwin) configd;
     inherit passthruFun;
   };