sourcery: 1.35.0 -> 1.37.0

This commit is contained in:
kyehn
2025-09-23 11:26:21 +08:00
parent 55b9d19380
commit 77eebfdc8f
+3 -3
View File
@@ -11,11 +11,11 @@ let
platformInfos = {
"x86_64-linux" = {
platform = "manylinux1_x86_64";
hash = "sha256-DRxj6wRl7ZQFvqQirGIpqhEo54QWCkgTie1tvpAIBoI=";
hash = "sha256-tnRFcgMgHGcWtTGPFZZPkE9IKDfvejLmvvD2iwPbbLY=";
};
"x86_64-darwin" = {
platform = "macosx_10_9_universal2";
hash = "sha256-GW4gvMGylbMmAF9yhjjwpLu5wf5zmdzk1ECez8ml5Ic=";
hash = "sha256-6dbLiFUku0F+UiFV6P6nXpR6dezSntriVJyTfFaIgP0=";
};
};
@@ -24,7 +24,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "sourcery";
version = "1.35.0";
version = "1.37.0";
format = "wheel";
src = fetchPypi {