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

This commit is contained in:
Gaétan Lepage
2025-04-10 20:49:40 +02:00
committed by GitHub
@@ -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 = [