Unverified Commit 82ece7f9 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.coiled: 1.90.2 -> 1.90.4 (#397332)

parents f0734fe0 ee268921
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@

buildPythonPackage rec {
  pname = "coiled";
  version = "1.90.2";
  version = "1.90.4";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-5u33FbSB86jR9KIAhR24J0wSz9kRCaOJ0ituEzULHH8=";
    hash = "sha256-wICWij2mdXlV3aYNeK+vITicEKbiuaO2PcZE+h9QDBo=";
  };

  build-system = [