Merge pull request #223986 from marsam/update-itemadapter

python310Packages.itemadapter: 0.7.0 -> 0.8.0
This commit is contained in:
Mario Rodas 2023-03-30 22:57:02 -05:00 committed by GitHub
commit 4501847586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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