Merge pull request #184977 from r-ryantm/auto-update/python3.10-itemadapter

python310Packages.itemadapter: 0.6.0 -> 0.7.0
This commit is contained in:
Fabian Affolter 2022-08-03 21:17:34 +02:00 committed by GitHub
commit b127785462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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