Unverified Commit 45018475 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #223986 from marsam/update-itemadapter

python310Packages.itemadapter: 0.7.0 -> 0.8.0
parents 8b5ca664 e0e1711d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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