Unverified Commit 07a891e3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #266489 from r-ryantm/auto-update/python311Packages.pgcli

python311Packages.pgcli: 4.0.0 -> 4.0.1
parents de0199d4 db9d42e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@
# integrating with ipython-sql
buildPythonPackage rec {
  pname = "pgcli";
  version = "4.0.0";
  version = "4.0.1";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-C/X427yQR+BkbQFqQhMoomDEbP8hCJCLEbtVyWR17o0=";
    hash = "sha256-8v7qIJnOGtXoqdXZOw7a9g3GHpeyG3XpHZcjk5zlO9I=";
  };

  propagatedBuildInputs = [