python312: 3.12.0 -> 3.12.1
https://docs.python.org/release/3.12.1/whatsnew/changelog.html Fixes: CVE-2023-6507
This commit is contained in:
parent
4c37153a2c
commit
a3feaa36a0
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ in {
|
|||
sourceVersion = {
|
||||
major = "3";
|
||||
minor = "12";
|
||||
patch = "0";
|
||||
patch = "1";
|
||||
suffix = "";
|
||||
};
|
||||
hash = "sha256-eVw09E30Wg6blxDIxxwVxnGHFSTNQSyhTe8hLozLFV0=";
|
||||
hash = "sha256-jfuPQm/NImZX+eK9Xx6W5TJkllF2+hfTJljoc1ka6yE=";
|
||||
inherit (darwin) configd;
|
||||
inherit passthruFun;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue