Unverified Commit 787ba0ef authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.coiled: 1.96.1 -> 1.100.0 (#412850)

parents 8b986574 6e62f900
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.96.1";
  version = "1.100.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-iyjZGg7RNaguHVZFMSS65OiO0HC3bqZL7yeOaSGr+IE=";
    hash = "sha256-kB5kWIFQPxTcozVqfjMt58b9tAx9upTga4NdfplbbtI=";
  };

  build-system = [