python: pynamodb: 4.2.0 -> 4.3.2

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:25 +02:00
parent 09718f4d29
commit c80c6601b8
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pynamodb"; pname = "pynamodb";
version = "4.2.0"; version = "4.3.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0njbh3h6696nq5palqa0b8s0fbsvhbawpzl923dnfsa9kgq5m294"; sha256 = "58bd62089741ef689f845d6ca826ab50e39b9a0a8ae3bd7a84dc167c1a4ec8fa";
}; };
propagatedBuildInputs = [ python-dateutil botocore ]; propagatedBuildInputs = [ python-dateutil botocore ];