Unverified Commit 9028cb2b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 54a915a8 d3f25ffb
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";