Unverified Commit 3aedc709 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.coiled: 1.121.0 -> 1.124.0 (#448770)

parents d415f0bd 9f5701eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-NJI4oc7MRnXQbKyIb3JNntv+a/HMiWIcIV+Q6I80QNY=";
    hash = "sha256-g+LN+QMjsIO7aSSyM1+rX0M2md1c8t8xxxkRfVTjvt4=";
  };

  build-system = [