lol

python312modules.humanize: v4.12.1 -> v4.12.2

changelog: https://github.com/python-humanize/humanize/releases/tag/4.12.2

+2 -8
+2 -8
pkgs/development/python-modules/humanize/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "humanize"; 16 - version = "4.12.1"; 16 + version = "4.12.2"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "python-humanize"; 23 23 repo = "humanize"; 24 24 tag = version; 25 - hash = "sha256-sj7c44KQ5jGkmans2EyAn9qMS4+GGu3hcSt7PRiTGKk="; 25 + hash = "sha256-MGWjh7C9JXTwH+eLyrjU0pjcZ2+oH925eiqHgBS8198="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ ··· 30 30 hatchling 31 31 gettext 32 32 ]; 33 - 34 - postPatch = '' 35 - # Remove dependency on pytest-cov 36 - substituteInPlace pyproject.toml --replace-fail \ 37 - '"ignore:sys.monitoring isn'"'"'t available, using default core:coverage.exceptions.CoverageWarning",' "" 38 - ''; 39 33 40 34 postBuild = '' 41 35 scripts/generate-translation-binaries.sh