prefect: 3.3.5 -> 3.4.0

This commit is contained in:
happysalada 2025-05-06 12:59:15 -04:00
parent 8f4e4fa06f
commit d186214a3a

View File

@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "prefect";
version = "3.3.5";
version = "3.4.0";
pyproject = true;
# Trying to install from source is challenging
@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
# Source will be missing sdist, uv.lock, ui artefacts ...
src = fetchPypi {
inherit pname version;
hash = "sha256-L5L1ldEpOHJPE9K8UPvpUZlF/85mm5llN912LIlvs9k=";
hash = "sha256-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
};
pythonRelaxDeps = [