python3Packages.coiled: 1.129.3 -> 1.129.4

This commit is contained in:
R. Ryantm
2025-12-12 17:01:45 +00:00
parent 27225de9f2
commit 285bb001a7
@@ -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 = [