Unverified Commit dbd94234 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.rpyc: 6.0.0 -> 6.0.1 (#344465)

parents 3a6faa87 b59176e6
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.0";
  version = "6.0.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "tomerfiliba";
    repo = "rpyc";
    rev = "refs/tags/${version}";
    hash = "sha256-BvXEXZlVbOmKBwnSBCDksUkbT7JPcMX48KZe/Gd5Y8Q=";
    hash = "sha256-ZYGOwg2IJtVVxHV2hC3inliTLP4BBFOnOz7VPhRpcgg=";
  };

  build-system = [ hatchling ];