File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99python3Packages . 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 } ;
You can’t perform that action at this time.
0 commit comments