summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-23 23:38:45 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-24 11:16:13 +0000
commitb024fb946f33911d78ba8bb69818057495ba605e (patch)
treee99d126316e6711c4cf75f72db4022f4ef78d4e5 /pkgs/development
parent04aaf8511678a0d0f347fdf1e8072fe01e4a509e (diff)
python312: 3.12.0a7 -> 3.12.0b1
https://docs.python.org/3.12/whatsnew/changelog.html#python-3-12-0b1
(cherry picked from commit 3f736faef072091710a1a6fb4f64f9c239551107)
Diffstat (limited to 'pkgs/development')
-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 4643980a66ceb..510aacbdc33a8 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -197,9 +197,9 @@ in {
       major = "3";
       minor = "12";
       patch = "0";
-      suffix = "a7";
+      suffix = "b1";
     };
-    hash = "sha256-oZrk3Fr+vf9eExI0bxYAYqEeDb1fnmimqYHqN7IWCOE=";
+    hash = "sha256-i6dspkrNdFur37hGeCCWTfmIWO5qlXe/HZNEcle+WB4=";
     inherit (darwin) configd;
     inherit passthruFun;
   };