Unverified Commit 07129af8 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.geniushub-client: 0.7.3 -> 0.7.4 (#511032)

parents dbc302f7 8a90c382
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''