summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-09 18:18:57 +0100
committerGitHub <noreply@github.com>2022-12-09 18:18:57 +0100
commitc2e9f0550aff4c4f7af67737f9c2a64bdfffae2d (patch)
tree61e1b2948ea5e8f12dc929cb0e36c537c85bcd29
parentee3d7e0ab31dfc5d508bec0c1398eaeb9c003b36 (diff)
parent3a813774abdea89b1557fea8bde5e2e7050e1223 (diff)
downloadnixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.tar
nixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.tar.gz
nixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.tar.bz2
nixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.tar.lz
nixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.tar.xz
nixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.tar.zst
nixpkgs-c2e9f0550aff4c4f7af67737f9c2a64bdfffae2d.zip
Merge pull request #205263 from fabaff/md-toc-bump
python310Packages.md-toc: 8.1.5 -> 8.1.6 
-rw-r--r--pkgs/development/python-modules/md-toc/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/md-toc/default.nix b/pkgs/development/python-modules/md-toc/default.nix
index 40a637dda18..39812139300 100644
--- a/pkgs/development/python-modules/md-toc/default.nix
+++ b/pkgs/development/python-modules/md-toc/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "md-toc";
-  version = "8.1.5";
+  version = "8.1.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "frnmst";
     repo = pname;
     rev = version;
-    hash = "sha256-jt2ZZV63s7LL0R9ay/tvMH3cIDElYXiNPBuHlxj/Z8E=";
+    hash = "sha256-Wtb2xHBj6RYVfUkPmRMxUti7UBj1PVh9ZCDienYX4Bw=";
   };
 
   propagatedBuildInputs = [
@@ -41,6 +41,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Table of contents generator for Markdown";
     homepage = "https://docs.franco.net.eu.org/md-toc/";
+    changelog = "https://blog.franco.net.eu.org/software/CHANGELOG-md-toc.html";
     license = with licenses; [ gpl3Plus ];
     maintainers = with maintainers; [ fab ];
   };