Unverified Commit cba7bbd9 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python312Packages.humanize: 4.10.0 -> 4.11.0 (#346786)

parents 714b637f 18a1033f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

buildPythonPackage rec {
  pname = "humanize";
  version = "4.10.0";
  version = "4.11.0";
  format = "pyproject";

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "python-humanize";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-zzasFAaWH284IEnWwWKvCL1lt/ItNfdbWhq1K30gSPU=";
    hash = "sha256-C6u7t7RedInHJtN4yHli22Wc7llnrxn4YeKssyQ+hS4=";
  };

  nativeBuildInputs = [