We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4e4fa commit d186214Copy full SHA for d186214
pkgs/by-name/pr/prefect/package.nix
@@ -8,7 +8,7 @@
8
9
python3Packages.buildPythonApplication rec {
10
pname = "prefect";
11
- version = "3.3.5";
+ version = "3.4.0";
12
pyproject = true;
13
14
# Trying to install from source is challenging
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
17
# Source will be missing sdist, uv.lock, ui artefacts ...
18
src = fetchPypi {
19
inherit pname version;
20
- hash = "sha256-L5L1ldEpOHJPE9K8UPvpUZlF/85mm5llN912LIlvs9k=";
+ hash = "sha256-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
21
};
22
23
pythonRelaxDeps = [
0 commit comments