python35: 3.5.8 -> 3.5.9

There were no new changes in version 3.5.9; 3.5.9 was released only because of a CDN caching problem,
which resulted in some users downloading a prerelease version of the 3.5.8 .xz source tarball.
Apart from the version number, 3.5.9 is identical to the proper 3.5.8 release.
This commit is contained in:
Frederik Rietdijk 2019-11-03 11:20:09 +01:00
parent bd638c7f04
commit 7827d3f449

View File

@ -65,10 +65,10 @@ in {
sourceVersion = { sourceVersion = {
major = "3"; major = "3";
minor = "5"; minor = "5";
patch = "8"; patch = "9";
suffix = ""; suffix = "";
}; };
sha256 = "0hgzn8l4ps93f3h4b47vczsbhy2kihvzdisjjx6mrn85rndk3c8v"; sha256 = "0jdh9pvx6m6lfz2liwvvhn7vks7qrysqgwn517fkpxb77b33fjn2";
inherit (darwin) CF configd; inherit (darwin) CF configd;
inherit passthruFun; inherit passthruFun;
}; };