python3Packages.coiled: 1.129.3 -> 1.129.4 (#470196)

This commit is contained in:
Aleksana
2025-12-14 15:15:21 +00:00
committed by GitHub
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.129.3";
version = "1.129.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-r1Y6SfU2sfEISYWh7raAXGyT/hcHoGAs0oF92uVkT54=";
hash = "sha256-OGgMfbERVC3PJXLwqVQlNpXZpAAMv6Y87S0kpv6NxLA=";
};
build-system = [