forked from rosa/hakurei
internal/rosa/package/python: 3.14.7 to 3.15.0
This has been blocking OpenSSL for months. This currently sits on a release candidate. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -6,11 +6,11 @@ package python {
|
||||
// too many inputs; early variant available
|
||||
bootstrap = false;
|
||||
|
||||
version# = "3.14.7";
|
||||
version# = "3.15.0";
|
||||
source = remoteTar {
|
||||
url = "https://www.python.org/ftp/python/"+version+
|
||||
"/Python-"+version+".tgz";
|
||||
checksum = "hXLV7_BGEFZvQ04DNIlk5IdoRZd9DkQt4abKhc8rWsLXHTeSboAWTewJ6l0-LxVz";
|
||||
"/Python-"+version+"rc1.tgz";
|
||||
checksum = "llRZNKCqDOxnAiLU-2bSneXZcssNtdzG9bBgfyfiGchLSbT7gNvls4ekdmMklgKl";
|
||||
compress = gzip;
|
||||
};
|
||||
patches = [ "zipfile-no-default-strict_timestamps.patch" ];
|
||||
@@ -179,6 +179,7 @@ package python-wheel {
|
||||
tag = version;
|
||||
checksum = "h-UZQHS-NwB3b9YxYpJePR5cbDGZaKxz4bdhYjilWdQXAE46SV7A1CwZKzZcuZFh";
|
||||
};
|
||||
patches = [ "wheel-test-colour.patch" ];
|
||||
|
||||
exec = pip {
|
||||
install = true;
|
||||
|
||||
Reference in New Issue
Block a user