python3Packages.rpyc: 6.0.1 -> 6.0.2

R. Ryantm 26809ca5 e2592570

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/rpyc/default.nix
···
buildPythonPackage rec {
pname = "rpyc";
-
version = "6.0.1";
+
version = "6.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "tomerfiliba";
repo = "rpyc";
tag = version;
-
hash = "sha256-ZYGOwg2IJtVVxHV2hC3inliTLP4BBFOnOz7VPhRpcgg=";
+
hash = "sha256-KLAOt0FStHV0senU/I4chxgn3PPM59CGhjTr/5U0sa8=";
};
build-system = [ hatchling ];