1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 10:00:56 +00:00

Merge pull request #67091 from r-ryantm/auto-update/python3.7-pynamodb

python37Packages.pynamodb: 3.4.1 -> 4.0.0
This commit is contained in:
Marek Mahut 2019-08-20 20:53:12 +02:00 committed by GitHub
commit 1ccb71d863
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "pynamodb";
version = "3.4.1";
version = "4.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "1cwgqvpqn59y3zq4wv35m1v4jrh3ih6zbyv30g5nxbw13vddxr92";
sha256 = "196pab5whswy3bgi2s842asjhyka2f9mw98m84bvqjmfw0m7x4y0";
};
propagatedBuildInputs = [ python-dateutil botocore ];