mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
prefect: 3.4.0 -> 3.4.2
This commit is contained in:
parent
e3a5e6a22c
commit
9326c68cc5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "prefect";
|
pname = "prefect";
|
||||||
version = "3.4.0";
|
version = "3.4.2";
|
||||||
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-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
|
hash = "sha256-BORFXIikiX5Cu1rT8jUijkjAnncTACr8lEs/k2fC5Mk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue