python312Packages.coiled: 1.79.2 -> 1.82.0 (#387649)

This commit is contained in:
Gaétan Lepage
2025-03-07 10:51:31 +01:00
committed by GitHub
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.79.2";
version = "1.82.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-PRBmM0YN2MPHRMzDmV9nYhP+Jr0tOxkXgHDnW8pN9ug=";
hash = "sha256-GNWiSv+1V++Jj8w5vLr2Ph3sSg7sHtX0kFsxEcEG9hE=";
};
build-system = [