From 72a25df3281ebe5ad4c10e88457e5884e4763692 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 8 Jan 2025 10:41:34 +0100 Subject: [PATCH] python312Packages.python-on-whales: 0.73.0 -> 0.74.0 Diff: https://github.com/gabrieldemarmiesse/python-on-whales/compare/refs/tags/v0.73.0...v0.74.0 Changelog: https://github.com/gabrieldemarmiesse/python-on-whales/releases/tag/v0.74.0 --- .../development/python-modules/python-on-whales/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-on-whales/default.nix b/pkgs/development/python-modules/python-on-whales/default.nix index 78c854d3ec47..70178abbedc7 100644 --- a/pkgs/development/python-modules/python-on-whales/default.nix +++ b/pkgs/development/python-modules/python-on-whales/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "python-on-whales"; - version = "0.73.0"; + version = "0.74.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "gabrieldemarmiesse"; repo = "python-on-whales"; tag = "v${version}"; - hash = "sha256-i2lctR5V4hF/cS46d+TW73iKZ+2G/UwiHMNbtP/Z7xo="; + hash = "sha256-Vi6jq71UPTCLsp8j/sxdPu/0QFmBGxYHeyqth7I8ke4="; }; build-system = [ setuptools ]; @@ -39,10 +39,10 @@ buildPythonPackage rec { meta = with lib; { description = "Docker client for Python, designed to be fun and intuitive"; - mainProgram = "python-on-whales"; homepage = "https://github.com/gabrieldemarmiesse/python-on-whales"; changelog = "https://github.com/gabrieldemarmiesse/python-on-whales/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; + mainProgram = "python-on-whales"; }; }