python3Packages.coiled: 1.101.1 -> 1.103.1

This commit is contained in:
R. Ryantm
2025-06-20 21:58:53 +00:00
parent 49645047e6
commit da029dddeb
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.101.1";
version = "1.103.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-7+uRvyK+PbQ8jHFQhi0+jkwSvUzAMOVAeCZMIUaujeM=";
hash = "sha256-EtshOvxaGbciOf0bc0EaNVkOEKI6Z2PbR6ZtgPCuzkc=";
};
build-system = [