Unverified Commit 4b825d85 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.coiled: 1.79.2 -> 1.82.0 (#387649)

parents 8b6d0653 c4dfcc6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-PRBmM0YN2MPHRMzDmV9nYhP+Jr0tOxkXgHDnW8pN9ug=";
    hash = "sha256-GNWiSv+1V++Jj8w5vLr2Ph3sSg7sHtX0kFsxEcEG9hE=";
  };

  build-system = [