python3Packages.feedparser: 6.0.2 -> 6.0.6

This commit is contained in:
Martin Weinelt
2021-06-18 23:47:16 +02:00
parent 890c1eb87e
commit b25018aed7

View File

@@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1syd15460a6m397rajdpbr9q0hgxm1j6xf9ba18z9pighxdjmxkq";
sha256 = "78f62a5b872fdef451502bb96e64a8fd4180535eb749954f1ad528604809cdeb";
};
propagatedBuildInputs = [ sgmllib3k ];