sourcery: 1.23.0 -> 1.35.0

This commit is contained in:
emaryn 2025-03-01 19:12:01 +08:00
parent 0823e91eaa
commit 780c092504

View file

@ -11,11 +11,11 @@ let
platformInfos = { platformInfos = {
"x86_64-linux" = { "x86_64-linux" = {
platform = "manylinux1_x86_64"; platform = "manylinux1_x86_64";
hash = "sha256-aTANmCWyR8QVZVQGk1WbgjWjZeBSUN2ZVNg5ab9s6n0="; hash = "sha256-DRxj6wRl7ZQFvqQirGIpqhEo54QWCkgTie1tvpAIBoI=";
}; };
"x86_64-darwin" = { "x86_64-darwin" = {
platform = "macosx_10_9_universal2"; platform = "macosx_10_9_universal2";
hash = "sha256-9ihkrgcREVbp7GDvl7w1MlpAWmpjHFusJYNqvBnQij4="; hash = "sha256-GW4gvMGylbMmAF9yhjjwpLu5wf5zmdzk1ECez8ml5Ic=";
}; };
}; };
@ -24,7 +24,7 @@ let
in in
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "sourcery"; pname = "sourcery";
version = "1.23.0"; version = "1.35.0";
format = "wheel"; format = "wheel";
src = fetchPypi { src = fetchPypi {