1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #308735 from fabaff/mkdocs-rss-plugin-bump

python312Packages.mkdocs-rss-plugin: 1.12.1 -> 1.12.2
This commit is contained in:
Fabian Affolter 2024-05-03 12:29:40 +02:00 committed by GitHub
commit 123ed385f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = ''