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.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pynamodb";
|
||||
version = "6.0.2";
|
||||
version = "6.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "pynamodb";
|
||||
repo = "PynamoDB";
|
||||
tag = version;
|
||||
hash = "sha256-i4cO1fzERKHJW2Ym0ogc2YID3IXVpBVDE33UumxvvHE=";
|
||||
hash = "sha256-i4oxZO3gBVc2PMFSISeytaO8YrzYR9YuUMxrEqrg2c4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -69,7 +69,7 @@ buildPythonPackage rec {
|
||||
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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user