python: beautifulsoup4: 4.8.1 -> 4.8.2

This commit is contained in:
Frederik Rietdijk 2019-12-29 10:28:06 +01:00
parent 9fb0efee1f
commit 2e8908f441

View file

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "beautifulsoup4"; pname = "beautifulsoup4";
version = "4.8.1"; version = "4.8.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931"; sha256 = "05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];