about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-03-26 22:43:14 +0100
committerGitHub <noreply@github.com>2024-03-26 22:43:14 +0100
commit8ab9a91a1a26752572d2147933caf8ab6faa5f3f (patch)
tree610c5249ce0fc4e6a1e31291767f1d3137f48d8d /pkgs/development
parenta4caf2acfab2786330241330737d3688df275ba3 (diff)
parenteac815acde7e13076fb1f45e0ef2bf888e5d34bd (diff)
Merge pull request #299305 from Stunkymonkey/rpyc4-revert-update
Revert "python3Packages.rpyc4: 4.1.5 -> 6.0.0"
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/rpyc4/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/rpyc4/default.nix b/pkgs/development/python-modules/rpyc4/default.nix
index 1c543166d38a8..c883ebef4dc67 100644
--- a/pkgs/development/python-modules/rpyc4/default.nix
+++ b/pkgs/development/python-modules/rpyc4/default.nix
@@ -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 = [