Skip to content

Commit d186214

Browse files
committed
prefect: 3.3.5 -> 3.4.0
1 parent 8f4e4fa commit d186214

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.3.5";
11+
version = "3.4.0";
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-L5L1ldEpOHJPE9K8UPvpUZlF/85mm5llN912LIlvs9k=";
20+
hash = "sha256-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
2121
};
2222

2323
pythonRelaxDeps = [

0 commit comments

Comments
 (0)