python312Packages.swift: 2.32.0 -> 2.33.0

This commit is contained in:
R. Ryantm 2024-03-16 00:29:06 +00:00
parent e6bef1a5db
commit 27083011ed
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@
buildPythonPackage rec {
pname = "swift";
version = "2.32.0";
version = "2.33.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-JeDmZx667rG1ARfRBUDTcOWe7u3ZiytZzGQSRp8bpes=";
hash = "sha256-4TlJcquK8MC9zQfLKmb88B5xHje1kbPD2jSLiR+N8hs=";
};
postPatch = ''