Unverified Commit f5a9004e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.coiled: 1.126.0 -> 1.127.0 (#453127)

parents d2adcd7c c175b7c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.126.0";
  version = "1.127.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-iS6PSxh2yV8QYsKqnxH0cWNkW/U7cxXFI48fWs/1fjU=";
    hash = "sha256-qMwZQC2ctMtuI5lysJ5YNVuT/lzqWQiEJnJPCUmKZbw=";
  };

  build-system = [