From c40138269ccfe2f6354d88753ffce71a93a6dfac Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 17 Aug 2023 01:11:22 +0200 Subject: [PATCH] python3Packages.humanize: 4.7.0 -> 4.8.0 https://github.com/python-humanize/humanize/releases/tag/4.8.0 --- pkgs/development/python-modules/humanize/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index 9854e428a57a..51653781c57d 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "humanize"; - version = "4.7.0"; + version = "4.8.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "python-humanize"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-ofRdrFVxIxAtv8WopJDX8Te8yaaJTnDbRM56V7pm/NM="; + hash = "sha256-bKTzygQtZ/0UB+zM9735a/xwH4KaoU6C8kUGurbHs2Y="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;