Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #116957 from rmcgibbo/humanize-3.2.0

python3Packages.humanize: 3.1.0 -> 3.2.0

authored by Fabian Affolter and committed by GitHub c430ccbb b925c12e

+2 -2
+2 -2
pkgs/development/python-modules/humanize/default.nix
··· 9 }: 10 11 buildPythonPackage rec { 12 - version = "3.1.0"; 13 pname = "humanize"; 14 disabled = isPy27; # setup.py no longer compatible 15 16 src = fetchPypi { 17 inherit pname version; 18 - sha256 = "fd3eb915310335c63a54d4507289ecc7b3a7454cd2c22ac5086d061a3cbfd592"; 19 }; 20 21 nativeBuildInputs = [ setuptools_scm ];
··· 9 }: 10 11 buildPythonPackage rec { 12 + version = "3.2.0"; 13 pname = "humanize"; 14 disabled = isPy27; # setup.py no longer compatible 15 16 src = fetchPypi { 17 inherit pname version; 18 + sha256 = "09ph6fd1362xdn2hgwdgh30z0zqjp3bgvr1akyvm36b8jm400sdb"; 19 }; 20 21 nativeBuildInputs = [ setuptools_scm ];