Revert "python3Packages.rpyc4: 4.1.5 -> 6.0.0"

This reverts commit 0c41b3fcbf.
This commit is contained in:
Felix Buehler 2024-03-26 22:18:31 +01:00
parent fd84c1ff89
commit eac815acde
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 = "6.0.0";
version = "4.1.5";
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 = "refs/tags/${version}";
hash = "sha256-BvXEXZlVbOmKBwnSBCDksUkbT7JPcMX48KZe/Gd5Y8Q=";
rev = version;
hash = "sha256-8NOcXZDR3w0TNj1+LZ7lzQAt7yDgspjOp2zk1bsbVls=";
};
nativeBuildInputs = [