summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-12-08 16:30:03 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-17 11:18:47 -0800
commit222fafa02bb09611438490ac028721bab2383dda (patch)
treed8bca0da3706ce8df029269e1beb2836392798dd
parentba0dfcebae114ea303452fdfa82a928408322de8 (diff)
python310: 3.10.0a2 -> 3.10.0a3
-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 7c3f94dcd16e..1a178940fe6f 100644
--- a/pkgs/development/interpreters/python/default.nix
+++ b/pkgs/development/interpreters/python/default.nix
@@ -181,9 +181,9 @@ in {
major = "3";
minor = "10";
patch = "0";
- suffix = "a2";
+ suffix = "a3";
};
- sha256 = "0zl5h61s8n2w2v1n40af0mwaw7lqh5fl1ys7kyjgcph60vb9wzjr";
+ sha256 = "sha256-sJjJdAdxOUfX7W7VioSGdxlgp2lyMOPZjg42MCd/JYY=";
inherit (darwin) configd;
inherit passthruFun;
};