Merge pull request #214407 from r-ryantm/auto-update/python310Packages.swift

python310Packages.swift: 2.30.0 -> 2.31.0
This commit is contained in:
Weijia Wang 2023-02-03 21:29:52 +01:00 committed by GitHub
commit 1f4212c50e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "swift";
version = "2.30.0";
version = "2.31.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ytxs7hWQa7iaBinO2nhiXhNvo7lsuhmDPnqE1K62C5k=";
sha256 = "sha256-gU6XQKiLv6E1OtSjwDunjhNIMK36//arcSsQRwuRtTY=";
};
postPatch = ''