Unverified Commit d3f25ffb authored by Patrick's avatar Patrick
Browse files

pythonPackages.pyhumps: revert PR breaking the tests

parent be9efab2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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";