python310Packages.swift: 2.31.1 -> 2.32.0

This commit is contained in:
R. Ryantm 2023-09-01 14:14:40 +00:00
parent 2a01448de1
commit 3098bbc01d

View File

@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "swift";
version = "2.31.1";
version = "2.32.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-6CRSIv2m2pqZdzRAEJ/6Qo90PZ7LRNg1zQg50Ecq2RQ=";
hash = "sha256-JeDmZx667rG1ARfRBUDTcOWe7u3ZiytZzGQSRp8bpes=";
};
postPatch = ''