python311Packages.flet-runtime 0 -> 1 attrpath: python311Packages.flet-runtime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1m664yahphr41ag4wcsqa7hz7mfhwsld-packages.json.drv building '/nix/store/1m664yahphr41ag4wcsqa7hz7mfhwsld-packages.json.drv'... Going to be running update for following packages: - python3.11-flet-runtime-0.20.2 Press Enter key to continue... Running update for: - python3.11-flet-runtime-0.20.2: UPDATING ... - python3.11-flet-runtime-0.20.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/flet-runtime/default.nix b/pkgs/development/python-modules/flet-runtime/default.nix index 9e643fa81289..dbb1b26db2a2 100644 --- a/pkgs/development/python-modules/flet-runtime/default.nix +++ b/pkgs/development/python-modules/flet-runtime/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "flet-runtime"; - version = "0.20.2"; + version = "0.21.2"; pyproject = true; src = fetchPypi { pname = "flet_runtime"; inherit version; - hash = "sha256-92gyaMME2R7k3AAFKsl7kIv8mVwi8pwQsGLD0ml82Q0="; + hash = "sha256-Iw0vp1jqt3yOj1F6nB85CSbDBhCzSKKbjCEd/PYzdqA="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.20.2" not present in staging derivation file with contents: { lib , buildPythonPackage , flet-client-flutter , poetry-core , pythonRelaxDepsHook , flet-core , httpx , oauthlib }: buildPythonPackage rec { pname = "flet-runtime"; inherit (flet-client-flutter) version src; pyproject = true; sourceRoot = "${src.name}/sdk/python/packages/flet-runtime"; postPatch = '' substitute ${./_setup_runtime.py} src/flet_runtime/_setup_runtime.py \ --replace @flet-client-flutter@ ${flet-client-flutter} echo -e "import flet_runtime._setup_runtime\n$(cat src/flet_runtime/__init__.py)" > src/flet_runtime/__init__.py ''; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; pythonRelaxDeps = [ "httpx" ]; propagatedBuildInputs = [ flet-core httpx oauthlib ]; pythonImportsCheck = [ "flet_runtime" ]; meta = { changelog = "https://github.com/flet-dev/flet/releases/tag/v${version}"; description = "A base package for Flet desktop and Flet mobile"; homepage = "https://flet.dev/"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ lucasew wegank ]; }; }