Unverified Commit 908205f0 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.coiled: 1.82.0 -> 1.86.0 (#390889)

parents 7eaf5d7c be3f2bfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.82.0";
  version = "1.86.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-GNWiSv+1V++Jj8w5vLr2Ph3sSg7sHtX0kFsxEcEG9hE=";
    hash = "sha256-umwAG7+ykCWLqgyQzWdrYUuslyWWP1/uKlsSci50qR4=";
  };

  build-system = [