0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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

This commit is contained in:
Martin Weinelt 2024-03-08 02:40:28 +01:00
parent 00a73c5e63
commit e627985f0b

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "hatch-fancy-pypi-readme";
version = "23.1.0";
version = "24.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "hatch_fancy_pypi_readme";
inherit version;
hash = "sha256-sd9EBjCUrx6CSM6s1HqSyc8xPWuYI79mr4qSfDlgKH0=";
hash = "sha256-RN0jnxp3m53PjryUAaYR/X9+PhRXjc8iwmXfr3wVFLg=";
};
nativeBuildInputs = [