lol

Merge pull request #297689 from r-ryantm/auto-update/python312Packages.mdformat-mkdocs

python312Packages.mdformat-mkdocs: 2.0.3 -> 2.0.7

authored by

Weijia Wang and committed by
GitHub
3021417d d61b866e

+2 -2
+2 -2
pkgs/development/python-modules/mdformat-mkdocs/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "mdformat-mkdocs"; 17 - version = "2.0.3"; 17 + version = "2.0.7"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 23 23 owner = "KyleKing"; 24 24 repo = "mdformat-mkdocs"; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-cqzsrEsYFX9HnC6fRKqefysT0ZSgAllTJEXleOdepXc="; 26 + hash = "sha256-8fatoXZTi7yQhbs95AN8japcPfbqcpjsDiLlqsG0QWI="; 27 27 }; 28 28 29 29 nativeBuildInputs = [