lol
fork

Configure Feed

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

Merge pull request #217123 from r-ryantm/auto-update/python310Packages.types-docutils

python310Packages.types-docutils: 0.19.1.3 -> 0.19.1.4

authored by

Fabian Affolter and committed by
GitHub
96324725 772e24f6

+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.3"; 8 + version = "0.19.1.4"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-Nv4w3lbx7OGp96mQ1H2qeBta+DHSs/Lct9/QG4V8w9Q="; 13 + hash = "sha256-G2SyG2Cf8fx3kdPZMPFLVrNq0JAp/ZfkXjTMiJ1nG18="; 14 14 }; 15 15 16 16 # Module doesn't have tests