0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 13:18:57 +03:00

python313: 3.13.3 -> 3.13.4

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

Fixes: CVE-2024-12718, CVE-2025-4138, CVE-2025-4330, CVE-2025-4517
This commit is contained in:
Martin Weinelt 2025-06-04 18:12:00 +02:00
parent 8085bb867b
commit c83cbd4c6f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -21,10 +21,10 @@
sourceVersion = { sourceVersion = {
major = "3"; major = "3";
minor = "13"; minor = "13";
patch = "3"; patch = "4";
suffix = ""; suffix = "";
}; };
hash = "sha256-QPhovL3rgUmjFJWAu5v9QHszIc1I8L5jGvlVrJLA4EE="; hash = "sha256-J7FaeXViopcdzj/+MbshYELOC5lbOddozxX3hMx1c2U=";
}; };
}; };