Unverified Commit 5263674c authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.coiled: 1.110.0 -> 1.113.0 (#426517)

parents 54adbf9f f70cb4d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.110.0";
  version = "1.113.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-g+c9PQ4CpDlGjBAW1qb+l/80Dnsd6xL1h30H9s/cjJw=";
    hash = "sha256-1AIE06pssYFaiYBTv7gY4/Kw2jwKntvU/AMy2I77nsY=";
  };

  build-system = [