about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-01-29 12:16:30 +0800
committerGitHub <noreply@github.com>2023-01-29 12:16:30 +0800
commitdc2a71b0c86eff92c633c0574a6b487f4ae79d9f (patch)
tree1d1108334aa84b610f3a8f4ed5589a72147ed936 /pkgs
parent801d085bbbfb87ee4ede635df749f2712c2d3277 (diff)
parent599f669e996799990b5ce409f70e0d3e8646235a (diff)
Merge pull request #212748 from fabaff/types-docutils-bump
python310Packages.types-docutils: 0.19.1.1 -> 0.19.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/types-docutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/types-docutils/default.nix b/pkgs/development/python-modules/types-docutils/default.nix
index af33403ee7fc3..31906b220af2a 100644
--- a/pkgs/development/python-modules/types-docutils/default.nix
+++ b/pkgs/development/python-modules/types-docutils/default.nix
@@ -5,12 +5,12 @@
 
 buildPythonPackage rec {
   pname = "types-docutils";
-  version = "0.19.1.1";
+  version = "0.19.1.2";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-vgpRuhx90hXZ0t9m1oReY8EAm0u/TFvrh6DZdFzbqWI=";
+    hash = "sha256-yj0hNUhK21LdBCu929bt3LvajGCLo/Xl+Qi9VI/8s5k=";
   };
 
   # Module doesn't have tests