python3Packages.coiled: 1.129.2 -> 1.129.3 (#468246)

This commit is contained in:
Aleksana
2025-12-06 10:38:22 +00:00
committed by GitHub
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.129.2";
version = "1.129.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-lzjJfIQbEZjrjf4GClkgaW+r4yl34uvCudgt7DK4Y8w=";
hash = "sha256-r1Y6SfU2sfEISYWh7raAXGyT/hcHoGAs0oF92uVkT54=";
};
build-system = [