about summary refs log tree commit diff
path: root/pkgs/development/python-modules/itemloaders
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-11 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-10-11 04:20:00 +0000
commit06a8203d848167fd7f9de4dffc34f1e3e9c9663d (patch)
treeb132fc0840fe9ae2f953a62f8bbdba2a7b1a8d9c /pkgs/development/python-modules/itemloaders
parent17fbf6840e37e3e8d8d7c500c55af01c4f6cae1e (diff)
pythonPackages.itemloaders: 1.0.1 -> 1.0.3
Diffstat (limited to 'pkgs/development/python-modules/itemloaders')
-rw-r--r--pkgs/development/python-modules/itemloaders/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/itemloaders/default.nix b/pkgs/development/python-modules/itemloaders/default.nix
index 0c891a8613428..08c7e50e95e97 100644
--- a/pkgs/development/python-modules/itemloaders/default.nix
+++ b/pkgs/development/python-modules/itemloaders/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "itemloaders";
-  version = "1.0.1";
+  version = "1.0.3";
 
   disabled = isPy27;
 
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "scrapy";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0frs0s876ddha844vhnhhiggyk3qbhhngrwkvgg3c0mrnn282f6k";
+    sha256 = "1s8c2il7jyfixpb7h5zq0lf4s07pqwia4ycpf3slb8whcp0h8bfm";
   };
 
   propagatedBuildInputs = [ w3lib parsel jmespath itemadapter ];