python39: 3.9.10 -> 3.9.11

https://www.python.org/downloads/release/python-3911/
This commit is contained in:
Martin Weinelt 2022-03-16 18:31:51 +01:00 committed by Frederik Rietdijk
parent abc8ee49e5
commit 88deb06a96

View File

@ -133,10 +133,10 @@ with pkgs;
sourceVersion = {
major = "3";
minor = "9";
patch = "10";
patch = "11";
suffix = "";
};
sha256 = "sha256-Co+/tSh+vDoT6brz1U4I+gZ3j/7M9jEa74Ibs6ZYbMg=";
sha256 = "sha256-ZnZ6NTCdck83DfnlA8FytO5ET0nWK5i8TspyUSPibEk=";
};
python310 = {
sourceVersion = {