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:
Martin Weinelt 2023-12-08 17:03:13 +01:00
parent 4c37153a2c
commit a3feaa36a0
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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;
};