Unverified Commit 5e7e42f2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.coiled: 1.120.0 -> 1.121.0 (#445828)

parents d5562d0b c0be2eac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.120.0";
  version = "1.121.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-ZVAJlYyEsvDfGd8ioLxmWn43T531jdyhG2L3FROetjU=";
    hash = "sha256-NJI4oc7MRnXQbKyIb3JNntv+a/HMiWIcIV+Q6I80QNY=";
  };

  build-system = [