python3Packages.coiled: 1.95.0 -> 1.96.1

This commit is contained in:
R. Ryantm
2025-05-21 12:35:02 +00:00
parent 74fd8e36e6
commit d9416288d0
@@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "coiled";
version = "1.95.0";
version = "1.96.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-+YmBKfiJYJVjpSrPGXlzMbQtweObLrLZr1c+aJ58fu4=";
hash = "sha256-iyjZGg7RNaguHVZFMSS65OiO0HC3bqZL7yeOaSGr+IE=";
};
build-system = [