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

python3Packages.coiled: 1.124.0 -> 1.126.0 (#451238)

parents 80ef9684 03e753bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-g+LN+QMjsIO7aSSyM1+rX0M2md1c8t8xxxkRfVTjvt4=";
    hash = "sha256-iS6PSxh2yV8QYsKqnxH0cWNkW/U7cxXFI48fWs/1fjU=";
  };

  build-system = [