lol

python310Packages.swift: 2.31.1 -> 2.32.0

+2 -2
+2 -2
pkgs/development/python-modules/swift/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "swift"; 27 - version = "2.31.1"; 27 + version = "2.32.0"; 28 28 29 29 src = fetchPypi { 30 30 inherit pname version; 31 - hash = "sha256-6CRSIv2m2pqZdzRAEJ/6Qo90PZ7LRNg1zQg50Ecq2RQ="; 31 + hash = "sha256-JeDmZx667rG1ARfRBUDTcOWe7u3ZiytZzGQSRp8bpes="; 32 32 }; 33 33 34 34 postPatch = ''