Unverified Commit 798eaaf9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.coiled: 1.113.0 -> 1.116.0 (#431046)

parents a3f62281 b37ab5f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-1AIE06pssYFaiYBTv7gY4/Kw2jwKntvU/AMy2I77nsY=";
    hash = "sha256-OBaGd9aC1TGtVeQ5K7iI2sWuBV0wG9Jt5sN92EMvi9M=";
  };

  build-system = [