Skip to content

Commit 8db7902

Browse files
authored
prefect: 3.4.0 -> 3.4.2 (NixOS#409066)
2 parents 4df0b7d + 9326c68 commit 8db7902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/pr/prefect/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
python3Packages.buildPythonApplication rec {
1010
pname = "prefect";
11-
version = "3.4.0";
11+
version = "3.4.2";
1212
pyproject = true;
1313

1414
# Trying to install from source is challenging
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
1717
# Source will be missing sdist, uv.lock, ui artefacts ...
1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
20+
hash = "sha256-BORFXIikiX5Cu1rT8jUijkjAnncTACr8lEs/k2fC5Mk=";
2121
};
2222

2323
pythonRelaxDeps = [

0 commit comments

Comments
 (0)