python310Packages.itemadapter: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2022-08-03 09:02:13 +00:00
parent d4de56330c
commit 572516da1a

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "itemadapter";
version = "0.6.0";
version = "0.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Px9g69bJGwAiKCDzi/USaqSaj7bkZ9NR8DZEIflToV0=";
hash = "sha256-MsBh7Jq0fVND6AEbJocw9I/2MqAZK5UpLRGLGNvXaHo=";
};
# Infinite recursion with Scrapy