python3Packages.nexusrpc: 1.3.0 -> 1.4.0

This commit is contained in:
NilaTheDragon
2026-04-14 11:39:01 +02:00
parent 8c6d1284ab
commit ab2f5e499a
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "nexus-rpc";
version = "1.3.0";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nexus-rpc";
repo = "sdk-python";
tag = version;
hash = "sha256-i2FfJ3aCncbqLY2oBG8zAPTbgxzH30MSmZxhDltN4JA=";
hash = "sha256-il+zCyU0dOlqFHGedyeBKgwQlqx1FLNuriGIw3RV3Gs=";
fetchSubmodules = true;
};