python3Packages.python-on-whales: 0.79.0 -> 0.80.0 (#479996)

This commit is contained in:
Nick Cao
2026-01-14 21:09:57 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-on-whales";
version = "0.79.0";
version = "0.80.0";
pyproject = true;
src = fetchFromGitHub {
owner = "gabrieldemarmiesse";
repo = "python-on-whales";
tag = "v${version}";
hash = "sha256-MvuTItl3OhYybg36Zizt96FqdY0oh0bfqqMd4mssLGA=";
hash = "sha256-79Hprg01/kP0JtRUPx6CO0comN+YjZ6h/OUIvkrkjIs=";
};
build-system = [ setuptools ];