python3Packages.pynamodb: 6.0.2 -> 6.1.0

https://github.com/pynamodb/PynamoDB/releases/tag/6.1.0

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
pynamodb
+3 -3
pkgs/development/python-modules/pynamodb/default.nix
···
buildPythonPackage rec {
pname = "pynamodb";
-
version = "6.0.2";
+
version = "6.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "pynamodb";
repo = "PynamoDB";
tag = version;
-
hash = "sha256-i4cO1fzERKHJW2Ym0ogc2YID3IXVpBVDE33UumxvvHE=";
+
hash = "sha256-i4oxZO3gBVc2PMFSISeytaO8YrzYR9YuUMxrEqrg2c4=";
};
build-system = [ setuptools ];
···
verbose. PynamoDB presents you with a simple, elegant API.
'';
homepage = "http://jlafon.io/pynamodb.html";
-
changelog = "https://github.com/pynamodb/PynamoDB/releases/tag/${version}";
+
changelog = "https://github.com/pynamodb/PynamoDB/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = [ ];
};