python: beautifulsoup4: 4.8.2 -> 4.9.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:46:59 +02:00
parent 4ac788fb1f
commit 97086e7bf1

View file

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