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

This commit is contained in:
Sandro 2023-03-12 01:59:44 +01:00 committed by GitHub
commit 613f53a17a
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.31.0";
version = "2.31.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gU6XQKiLv6E1OtSjwDunjhNIMK36//arcSsQRwuRtTY=";
sha256 = "sha256-6CRSIv2m2pqZdzRAEJ/6Qo90PZ7LRNg1zQg50Ecq2RQ=";
};
postPatch = ''