python3Packages.rpyc4: 4.1.5 -> 6.0.0

https://github.com/tomerfiliba-org/rpyc/blob/6.0.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt 2024-03-08 02:42:21 +01:00
parent 3a280a229a
commit 0c41b3fcbf
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ buildPythonPackage rec {
pname = "rpyc4";
# Pinned version for linien, see also:
# https://github.com/linien-org/pyrp3/pull/10#discussion_r1302816237
version = "4.1.5";
version = "6.0.0";
format = "pyproject";
# Since this is an outdated version, upstream might have fixed the
@ -24,8 +24,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tomerfiliba";
repo = "rpyc";
rev = version;
hash = "sha256-8NOcXZDR3w0TNj1+LZ7lzQAt7yDgspjOp2zk1bsbVls=";
rev = "refs/tags/${version}";
hash = "sha256-BvXEXZlVbOmKBwnSBCDksUkbT7JPcMX48KZe/Gd5Y8Q=";
};
nativeBuildInputs = [