python314: 3.14.4 -> 3.14.5

https://docs.python.org/release/3.14.5/whatsnew/changelog.html

Fixes: CVE 2026-3219
This commit is contained in:
Martin Weinelt
2026-05-10 17:02:06 +02:00
parent 2d9fdeb944
commit 04928a6180
3 changed files with 2 additions and 57 deletions
@@ -79,10 +79,10 @@
sourceVersion = {
major = "3";
minor = "14";
patch = "4";
patch = "5";
suffix = "";
};
hash = "sha256-2SPFEwPjjiSRNvwb3zVo1W7LAyFO/e9IUWF209f6rvg=";
hash = "sha256-fjJZe5nl2aOavtNd5Gk/oWnfPlhQ1MM0M3/9ahmjbbY=";
inherit passthruFun;
};