mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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 {
|
||||
pname = "prefect";
|
||||
version = "3.4.0";
|
||||
version = "3.4.2";
|
||||
pyproject = true;
|
||||
|
||||
# Trying to install from source is challenging
|
||||
|
@ -17,7 +17,7 @@ python3Packages.buildPythonApplication rec {
|
|||
# Source will be missing sdist, uv.lock, ui artefacts ...
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-uguh6sOIy0mOASFsw8ADb8vpmQm7S+t4ZS/6MFFYiic=";
|
||||
hash = "sha256-BORFXIikiX5Cu1rT8jUijkjAnncTACr8lEs/k2fC5Mk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue