From fa874ac90ad95eaa3dc6e91c16b8b67ba6e91d90 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 30 Oct 2023 17:30:37 +0100 Subject: [PATCH] python311Packages.geniushub-client: 0.7.0 -> 0.7.1 Diff: https://github.com/manzanotti/geniushub-client/compare/refs/tags/v0.7.0...v0.7.1 Changelog: https://github.com/manzanotti/geniushub-client/releases/tag/v0.7.1 --- pkgs/development/python-modules/geniushub-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/geniushub-client/default.nix b/pkgs/development/python-modules/geniushub-client/default.nix index 7ba15e923475..54b36c7de608 100644 --- a/pkgs/development/python-modules/geniushub-client/default.nix +++ b/pkgs/development/python-modules/geniushub-client/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "geniushub-client"; - version = "0.7.0"; + version = "0.7.1"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "manzanotti"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-amsMZjCsPI8CUfSct4uumn8nVZDESlQFh19LXu3yb7o="; + hash = "sha256-Gq2scYos7E8me1a4x7NanHRq2eYWuU2uSUwM+O1TPb8="; }; postPatch = ''