Skip to content

Commit

Permalink
python313: 3.13.0 -> 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Dec 4, 2024
1 parent 75108c3 commit b5d7ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/interpreters/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@ in {
sourceVersion = {
major = "3";
minor = "13";
patch = "0";
patch = "1";
suffix = "";
};
hash = "sha256-CG3liC48sxDU3KSEV1IuLkgBjs1D2pzfgn9qB1nvsH0=";
hash = "sha256-nPlCe+6eIkLjh33Q9rZBwYU8pGHznWUDziYKWcgL8Nk=";
inherit (darwin) configd;
inherit passthruFun;
};

# Minimal versions of Python (built without optional dependencies)
python3Minimal = (callPackage ./cpython ({
self = __splicedPackages.python3Minimal;
Expand Down

0 comments on commit b5d7ad3

Please sign in to comment.