Unverified Commit 084fc408 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268750 from r-ryantm/auto-update/python310Packages.python-on-whales

python310Packages.python-on-whales: 0.66.0 -> 0.67.0
parents 9dfbbae9 5527ad0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "python-on-whales";
  version = "0.66.0";
  version = "0.67.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "gabrieldemarmiesse";
    repo = "python-on-whales";
    rev = "refs/tags/v${version}";
    hash = "sha256-Y18NospSDcr9K93xS24vKTnrT8DT1GPRX78clZB040E=";
    hash = "sha256-wO2ZSELxu8BmIZN4x2mSLzsbU3sU49MEpjTfiSzVzaE=";
  };

  nativeBuildInputs = [ setuptools ];