python312Packages.mdformat-mkdocs: 3.0.0 -> 3.0.1 (#352286)

This commit is contained in:
Nick Cao
2024-10-30 09:01:22 -04:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "mdformat-mkdocs";
version = "3.0.0";
version = "3.0.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "KyleKing";
repo = "mdformat-mkdocs";
rev = "refs/tags/v${version}";
hash = "sha256-Af15Xs8K/QSeIxQNgi1n8xZ+SyyzNs5JL3wse0+LoyE=";
hash = "sha256-MO/YMvvpsEarc8CjELByHUqR5xFtYqhkKkJrFy0PNvU=";
};
nativeBuildInputs = [ flit-core ];