nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #236435 from mweinelt/cpython-3-12.0b2-3.9.17-3.8.17

python312: 3.12.0b1 -> 3.12.0b2; python39: 3.9.16 -> 3.9.17; python38: 3.8.16 -> 3.8.17

authored by

Martin Weinelt and committed by
GitHub
1fa02b8e bbc56fd1

+6 -6
+6 -6
pkgs/development/interpreters/python/default.nix
··· 57 57 sourceVersion = { 58 58 major = "3"; 59 59 minor = "8"; 60 - patch = "16"; 60 + patch = "17"; 61 61 suffix = ""; 62 62 }; 63 - hash = "sha256-2F27N3QTJHPYCB3LFY80oQzK16kLlsflDqS7YfXORWI="; 63 + hash = "sha256-LlSwxoGR8WVS9t4ul6I5ZUBXKiGfa7soWRoTfOzEkKk="; 64 64 inherit (darwin) configd; 65 65 inherit passthruFun; 66 66 }; ··· 70 70 sourceVersion = { 71 71 major = "3"; 72 72 minor = "9"; 73 - patch = "16"; 73 + patch = "17"; 74 74 suffix = ""; 75 75 }; 76 - hash = "sha256-It3cCZJG3SdgZlVh6K23OU6gzEOnJoTGSA+TgPd4ZDk="; 76 + hash = "sha256-MM4FfETyg/jtk2Bsy9uNUd1Sa9xMYszl4Nwhe/o+jO4="; 77 77 inherit (darwin) configd; 78 78 inherit passthruFun; 79 79 }; ··· 96 96 major = "3"; 97 97 minor = "12"; 98 98 patch = "0"; 99 - suffix = "b1"; 99 + suffix = "b2"; 100 100 }; 101 - hash = "sha256-i6dspkrNdFur37hGeCCWTfmIWO5qlXe/HZNEcle+WB4="; 101 + hash = "sha256-jfxC3abk0GR8+Kb3zZAHBN6p/YZkAqKCgpvS5uJxuBg="; 102 102 inherit (darwin) configd; 103 103 inherit passthruFun; 104 104 };