minimal-bootstrap.python: 3.14.2 -> 3.14.4

This commit is contained in:
Aleksi Hannula
2026-04-09 12:05:52 +03:00
parent 75c9bbc4f5
commit c6416da9d9
@@ -20,11 +20,11 @@
}:
let
pname = "python";
version = "3.14.2";
version = "3.14.4";
src = fetchurl {
url = "https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz";
hash = "sha256-zlQ6uFS8JWthtx6bJ/gx/9G/1gpHnWOfi+f5dXz1c+k=";
hash = "sha256-2SPFEwPjjiSRNvwb3zVo1W7LAyFO/e9IUWF209f6rvg=";
};
patches = [