about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-05 19:13:34 -0500
committerGitHub <noreply@github.com>2023-11-05 19:13:34 -0500
commitae52f963b8f098befb9914cc9220c29c93eb845f (patch)
treec1baedf7f174d927b1fb09e04847c3b554e42319 /pkgs
parentfdfc91403a53e036b8b719c4cf5c210d036b7a7e (diff)
parent949fb75852a01070526e085a117a28e8f75de84d (diff)
Merge pull request #265670 from r-ryantm/auto-update/python311Packages.python-on-whales
python311Packages.python-on-whales: 0.65.0 -> 0.66.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/python-on-whales/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-on-whales/default.nix b/pkgs/development/python-modules/python-on-whales/default.nix
index c2484a8857dde..9de9819e8840e 100644
--- a/pkgs/development/python-modules/python-on-whales/default.nix
+++ b/pkgs/development/python-modules/python-on-whales/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "python-on-whales";
-  version = "0.65.0";
+  version = "0.66.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-aFE4qeNMSxhHs7IAjYQYl15s4NkHH8balTV3N0obNPs=";
+    hash = "sha256-Y18NospSDcr9K93xS24vKTnrT8DT1GPRX78clZB040E=";
   };
 
   nativeBuildInputs = [ setuptools ];