python3Packages.geniushub-client: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm
2026-04-17 22:51:19 +00:00
parent ff08047ced
commit 8a90c38299
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "geniushub-client";
version = "0.7.3";
version = "0.7.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "manzanotti";
repo = "geniushub-client";
tag = "v${version}";
hash = "sha256-9/LOybFJdVxImr/i/RIbrYSPZ7vA5ffdSBxzg51UM8s=";
hash = "sha256-0qHmTq/nOPruivU5R8r0abmMAhxy0w5zILKFPxtL2Mc=";
};
postPatch = ''