lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.types-docutils: 0.19.1 -> 0.19.1.1

+2 -2
+2 -2
pkgs/development/python-modules/types-docutils/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-docutils"; 8 - version = "0.19.1"; 8 + version = "0.19.1.1"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-ffEzuHEFr0EPxqmSAwpw7p9aLCY2xa/n4N4oXrn9sBU="; 13 + hash = "sha256-vgpRuhx90hXZ0t9m1oReY8EAm0u/TFvrh6DZdFzbqWI="; 14 14 }; 15 15 16 16 # Module doesn't have tests