python3Packages.human-readable: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm
2026-04-26 13:30:26 +00:00
parent 1c8355b14e
commit 0e99ff32e0
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "human-readable";
version = "2.0.2";
version = "2.0.3";
src = fetchPypi {
pname = "human_readable";
inherit version;
hash = "sha256-I2s/hqxUexK2yizqiJt4HF5yceR7mM3ieV862ZaDs84=";
hash = "sha256-P4Ef1W7oZpVyyy7J+FK1PuBwB0jlPDaVcx/9mrT8Uks=";
};
pyproject = true;