lol

python310Packages.sphinxcontrib_httpdomain: 1.8.0 -> 1.8.1

authored by

R. Ryantm and committed by
Jonathan Ringer
1525fc3a 5d539b62

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib_httpdomain/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "sphinxcontrib-httpdomain"; 9 - version = "1.8.0"; 9 + version = "1.8.1"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "2059cfabd0cca8fcc3455cc8ffad92f0915a7d3bb03bfddba078a6a0f35beec5"; 13 + sha256 = "sha256-bC3+bKKC119m3zM4absM5zMcAbR122gJ/50Qe3zf4Es="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ sphinx ];