about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-19 22:40:46 +0200
committerGitHub <noreply@github.com>2024-05-19 22:40:46 +0200
commit50397f05ec9afcb0c958ba3272e8df967f0c3f29 (patch)
treeaeca903a8a75cf68d8537cab25e59b063b31fcad /pkgs/tools
parentec1d2801faf7da641a8b77ac848cd4f461095caa (diff)
parentc0baeff263d8866f3309d03941fb62ca82db64db (diff)
Merge pull request #312830 from r-ryantm/auto-update/pandoc-include
pandoc-include: 1.3.1 -> 1.3.2
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/pandoc-include/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/pandoc-include/default.nix b/pkgs/tools/misc/pandoc-include/default.nix
index eafa1221a8039..da509e094f847 100644
--- a/pkgs/tools/misc/pandoc-include/default.nix
+++ b/pkgs/tools/misc/pandoc-include/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonApplication rec {
   pname = "pandoc-include";
-  version = "1.3.1";
+  version = "1.3.2";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "DCsunset";
     repo = "pandoc-include";
     rev = "refs/tags/v${version}";
-    hash = "sha256-8TIGw6p9c61oSH3ld14rmeG6wZY9u9JHALImxXM3c3Y=";
+    hash = "sha256-8gG1xkDuIN007uYSwSWgsDW4IFVIE44v3j7FN0RaZwU=";
   };
 
   nativeBuildInputs = [