Loading pkgs/development/python-modules/pyhumps/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, poetry-core, pytestCheckHook, fetchpatch2, }: buildPythonPackage rec { Loading @@ -11,6 +12,15 @@ buildPythonPackage rec { version = "3.9.0"; pyproject = true; patches = [ (fetchpatch2 { name = "revert_decamelize_ignore_numeric_characters.patch"; revert = true; url = "https://github.com/nficano/humps/commit/661828b8b3e6fac15236b14ffbdf038aef516d4c.patch"; hash = "sha256-5+ZKEqydN+SF2ihWUf7B8TBY2DK7xFIU/WRDS3+pD0k="; }) ]; src = fetchFromGitHub { owner = "nficano"; repo = "humps"; Loading Loading
pkgs/development/python-modules/pyhumps/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, poetry-core, pytestCheckHook, fetchpatch2, }: buildPythonPackage rec { Loading @@ -11,6 +12,15 @@ buildPythonPackage rec { version = "3.9.0"; pyproject = true; patches = [ (fetchpatch2 { name = "revert_decamelize_ignore_numeric_characters.patch"; revert = true; url = "https://github.com/nficano/humps/commit/661828b8b3e6fac15236b14ffbdf038aef516d4c.patch"; hash = "sha256-5+ZKEqydN+SF2ihWUf7B8TBY2DK7xFIU/WRDS3+pD0k="; }) ]; src = fetchFromGitHub { owner = "nficano"; repo = "humps"; Loading