mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
python312Packages.mkdocs-rss-plugin: 1.12.1 -> 1.12.2
Diff: https://github.com/Guts/mkdocs-rss-plugin/compare/refs/tags/1.12.1...1.12.2 Changelog: https://github.com/Guts/mkdocs-rss-plugin/blob/refs/tags/1.12.2/CHANGELOG.md
This commit is contained in:
parent
9a5153d1bf
commit
1c2c9516fa
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mkdocs-rss-plugin";
|
||||
version = "1.12.1";
|
||||
version = "1.12.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "Guts";
|
||||
repo = "mkdocs-rss-plugin";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-cLQfhMYW/9Eb+IamQIC7fZRTm/ORD8xbcrmKkSkUrMs=";
|
||||
hash = "sha256-CeVt4Vkr3tGvWsDQtw8eAaRS5jBeDei0TrS5rViSCaI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user