python3Packages.python-on-whales: 0.78.0 -> 0.79.0 (#455433)

This commit is contained in:
Fabian Affolter
2025-10-25 08:54:47 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "python-on-whales";
version = "0.78.0";
version = "0.79.0";
pyproject = true;
src = fetchFromGitHub {
owner = "gabrieldemarmiesse";
repo = "python-on-whales";
tag = "v${version}";
hash = "sha256-mpCBqFxxFxljhoTveLmk4XfqngiQPsufqr927hSwNfA=";
hash = "sha256-MvuTItl3OhYybg36Zizt96FqdY0oh0bfqqMd4mssLGA=";
};
build-system = [ setuptools ];