prefect: 3.4.22 -> 3.4.23 (#451053)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "prefect";
|
pname = "prefect";
|
||||||
version = "3.4.22";
|
version = "3.4.23";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
# Trying to install from source is challenging
|
# Trying to install from source is challenging
|
||||||
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
# Source will be missing sdist, uv.lock, ui artefacts ...
|
# Source will be missing sdist, uv.lock, ui artefacts ...
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-S0ank+mQekyFObBLsv28YJyYEPaQ12c6O8jQya69/IQ=";
|
hash = "sha256-XGgAc3vVd+3gcPo4UvYII1xxXnKol9Qf07kxf2f96MM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|||||||
Reference in New Issue
Block a user