Unverified Commit 324bee60 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #290229 from r-ryantm/auto-update/python311Packages.dvc-ssh

python311Packages.dvc-ssh: 4.0.0 -> 4.1.1
parents bf762330 a473f1ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "dvc-ssh";
  version = "4.0.0";
  version = "4.1.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-WaWcoWKXauNHZRFDt+MnqpFWjxzya+yAo0TRNQURViA=";
    hash = "sha256-lvC6oAXQR4u7s+11n6NgQExPc9yrq3JAmmXtuOw22tI=";
  };

  pythonRemoveDeps = [