python311Packages.mdformat-frontmatter: 2.0.1 -> 2.0.8

Diff: https://github.com/butler54/mdformat-frontmatter/compare/refs/tags/v2.0.1...v2.0.8
This commit is contained in:
Fabian Affolter
2023-11-20 17:15:33 +01:00
parent 90e8ab386e
commit a4752fe92a
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "mdformat-frontmatter";
version = "2.0.1";
version = "2.0.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "butler54";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PhT5whtvvcYSs5gHQEsIvV1evhx7jR+3DWFMHrF0uMw=";
hash = "sha256-2heQw8LL/ILY36oItBeQq33qjVBGT51qGG4CcCEDutA=";
};
nativeBuildInputs = [