prefect: 3.4.0 -> 3.4.2

This commit is contained in:
R. Ryantm 2025-05-20 12:58:10 +00:00
parent e3a5e6a22c
commit 9326c68cc5

View file

@ -8,7 +8,7 @@
python3Packages.buildPythonApplication rec {
pname = "prefect";
version = "3.4.0";
version = "3.4.2";
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-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
hash = "sha256-BORFXIikiX5Cu1rT8jUijkjAnncTACr8lEs/k2fC5Mk=";
};
pythonRelaxDeps = [