Commit fd8553fc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.mkdocs-rss-plugin: 1.13.1 -> 1.14.0

parent 630a3b9e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{
  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
  ];