python3Packages.hatch-fancy-pypi-readme: 24.1.0 -> 25.1.0

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
hatch-fancy-pypi-readme
+2 -2
pkgs/development/python-modules/hatch-fancy-pypi-readme/default.nix
···
buildPythonPackage rec {
pname = "hatch-fancy-pypi-readme";
-
version = "24.1.0";
+
version = "25.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "hatch_fancy_pypi_readme";
inherit version;
-
hash = "sha256-RN0jnxp3m53PjryUAaYR/X9+PhRXjc8iwmXfr3wVFLg=";
+
hash = "sha256-nFjtPf+Q1R9DQUzjcAmtHVsPCP/J/CFpmKBjgPAcAEU=";
};
nativeBuildInputs = [ hatchling ];