sourcery: 1.35.0 -> 1.37.0

kyehn 77eebfdc 55b9d193

+3 -3
+3 -3
pkgs/by-name/so/sourcery/package.nix
··· 11 platformInfos = { 12 "x86_64-linux" = { 13 platform = "manylinux1_x86_64"; 14 - hash = "sha256-DRxj6wRl7ZQFvqQirGIpqhEo54QWCkgTie1tvpAIBoI="; 15 }; 16 "x86_64-darwin" = { 17 platform = "macosx_10_9_universal2"; 18 - hash = "sha256-GW4gvMGylbMmAF9yhjjwpLu5wf5zmdzk1ECez8ml5Ic="; 19 }; 20 }; 21 ··· 24 in 25 python3Packages.buildPythonApplication rec { 26 pname = "sourcery"; 27 - version = "1.35.0"; 28 format = "wheel"; 29 30 src = fetchPypi {
··· 11 platformInfos = { 12 "x86_64-linux" = { 13 platform = "manylinux1_x86_64"; 14 + hash = "sha256-tnRFcgMgHGcWtTGPFZZPkE9IKDfvejLmvvD2iwPbbLY="; 15 }; 16 "x86_64-darwin" = { 17 platform = "macosx_10_9_universal2"; 18 + hash = "sha256-6dbLiFUku0F+UiFV6P6nXpR6dezSntriVJyTfFaIgP0="; 19 }; 20 }; 21 ··· 24 in 25 python3Packages.buildPythonApplication rec { 26 pname = "sourcery"; 27 + version = "1.37.0"; 28 format = "wheel"; 29 30 src = fetchPypi {