Skip to content

Commit 82f9b33

Browse files
authored
prefect: 3.3.3 -> 3.3.4 (#398200)
2 parents e1e4592 + 9d73607 commit 82f9b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.3";
11+
version = "3.3.4";
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-4cJoOD7wdmwL+56VMh01JqzyC6817FnLrbIf0Ydaz/g=";
20+
hash = "sha256-ii5AqUeo2asSY3oA2PYqGhRev42KInSrn/plDp4Q90Q=";
2121
};
2222

2323
pythonRelaxDeps = [
@@ -169,7 +169,7 @@ python3Packages.buildPythonApplication rec {
169169
extraArgs = [
170170
# avoid pre‐releases
171171
"--version-regex"
172-
''^\d+\.\d+\.\d+$''
172+
"^(\\d+\\.\\d+\\.\\d+)$"
173173
];
174174
};
175175
};

0 commit comments

Comments
 (0)