python3Packages.nexusrpc: 1.2.0 -> 1.3.0 (#469852)

This commit is contained in:
misuzu
2025-12-21 14:13:52 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nexus-rpc";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "nexus-rpc";
repo = "sdk-python";
rev = "refs/tags/${version}";
hash = "sha256-AHyue0s0bb28WoUnSghpYI3Sh/FyS6FFSM9g0ElYs4I=";
hash = "sha256-i2FfJ3aCncbqLY2oBG8zAPTbgxzH30MSmZxhDltN4JA=";
fetchSubmodules = true;
};