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

This commit is contained in:
Wolfgang Walther
2025-09-23 11:15:13 +00:00
committed by GitHub
@@ -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 ];