Unverified Commit 9427a67e authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.rpyc: 6.0.1 -> 6.0.2 (#436395)

parents 814ac03b 26809ca5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "rpyc";
  version = "6.0.1";
  version = "6.0.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "tomerfiliba";
    repo = "rpyc";
    tag = version;
    hash = "sha256-ZYGOwg2IJtVVxHV2hC3inliTLP4BBFOnOz7VPhRpcgg=";
    hash = "sha256-KLAOt0FStHV0senU/I4chxgn3PPM59CGhjTr/5U0sa8=";
  };

  build-system = [ hatchling ];