about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-12 00:27:07 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-14 09:31:50 +0000
commita5973fb5dbc2ae0f736de7a04b6769cf4f6d88a7 (patch)
tree1c8d405bf56c33347c796bec7900ca0645634354 /pkgs/development
parentd161d31fd38922be72f25f519bb055d546fc7905 (diff)
python313: 3.13.0a5 -> 3.13.0a6
https://docs.python.org/3.13/whatsnew/changelog.html#python-3-13-0-alpha-6
(cherry picked from commit 72502ca655b4292b7f91ff092330064812687f13)
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 a02c5a2593985..2c30f417d963a 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -109,9 +109,9 @@ in {
       major = "3";
       minor = "13";
       patch = "0";
-      suffix = "a5";
+      suffix = "a6";
     };
-    hash = "sha256-Hom1NVGD58iYpaAbL2AXKP5J/bidnJeB8TNghHqu+mI=";
+    hash = "sha256-S+85PXKygaz4HTnXRV8AA26GYZPfohpO05cP0PTLoEg=";
     inherit (darwin) configd;
     inherit passthruFun;
   };