Unverified Commit 8b9f236c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.swift: 2.35.1 -> 2.36.0 (#442594)

parents 3c5611fb 14a7654b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@

buildPythonPackage rec {
  pname = "swift";
  version = "2.35.1";
  version = "2.36.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-1C0l2TlXoiFzxaZIAWz3h1cq8f11LcwGi3slpknimHU=";
    hash = "sha256-3qtd++4Xm6B9TPfKvx85s71/Hz8qFrhN+XR9TuvfHXw=";
  };

  nativeBuildInputs = [ installShellFiles ];