pythonPackages.pyhumps: revert PR breaking the tests (#495963)

This commit is contained in:
Fabian Affolter
2026-03-04 08:39:03 +00:00
committed by GitHub
@@ -4,6 +4,7 @@
fetchFromGitHub,
poetry-core,
pytestCheckHook,
fetchpatch2,
}:
buildPythonPackage rec {
@@ -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";