mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python312Packages.mkdocs-rss-plugin: 1.13.1 -> 1.14.0
Changelog: https://github.com/Guts/mkdocs-rss-plugin/blob/refs/tags/1.14.0/CHANGELOG.md
This commit is contained in:
parent
630a3b9ef0
commit
fd8553fc8e
@ -1,6 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
cachecontrol,
|
||||
feedparser,
|
||||
fetchFromGitHub,
|
||||
gitpython,
|
||||
@ -14,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mkdocs-rss-plugin";
|
||||
version = "1.13.1";
|
||||
version = "1.14.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -23,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "Guts";
|
||||
repo = "mkdocs-rss-plugin";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-FxVyPks42hoj2y2epZjSNuTOvhDk3Vxm895a4teeSuw=";
|
||||
hash = "sha256-4/sLwdScYatDXfAGbEsiYMdQ7IYMSlA3X1u04G3XcOc=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -33,6 +34,7 @@ buildPythonPackage rec {
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
cachecontrol
|
||||
gitpython
|
||||
mkdocs
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user