python3Packages.mkdocs-git-revision-date-localized-plugin: 1.2.9 -> 1.3.0
https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v1.3.0
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mkdocs-git-revision-date-localized-plugin";
|
||||
version = "1.2.9";
|
||||
version = "1.3.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "timvink";
|
||||
repo = "mkdocs-git-revision-date-localized-plugin";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-1SuENREPkU9W5ldMIXDCALLMx0AiTs4dNYJYjrkaegc=";
|
||||
hash = "sha256-Z0a/V8wyo15E7bTumLRM+0QxMGXlxVc1Sx9uXlDbg+8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -40,7 +40,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "MkDocs plugin that enables displaying the date of the last git modification of a page";
|
||||
homepage = "https://github.com/timvink/mkdocs-git-revision-date-localized-plugin";
|
||||
changelog = "https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/v${version}";
|
||||
changelog = "https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ totoroot ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user