Merge pull request #200952 from r-ryantm/auto-update/python3.10-ZODB
python310Packages.zodb: 5.7.0 -> 5.8.0
This commit is contained in:
commit
584ca5f34d
1 changed files with 4 additions and 3 deletions
|
@ -16,11 +16,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ZODB";
|
||||
version = "5.7.0";
|
||||
version = "5.8.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-+kC7wF7NoewkNc0MbdAqE7dphGBVikYENm9qCmhAHNM=";
|
||||
sha256 = "sha256-KNugDvYm3hBYnt7auFrQ8O33KSXnXTahXJnGOsBf52Q=";
|
||||
};
|
||||
|
||||
# remove broken test
|
||||
|
@ -50,7 +50,8 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Zope Object Database: object database and persistence";
|
||||
homepage = "https://pypi.python.org/pypi/ZODB";
|
||||
homepage = "https://zodb-docs.readthedocs.io/";
|
||||
changelog = "https://github.com/zopefoundation/ZODB/blob/${version}/CHANGES.rst";
|
||||
license = licenses.zpl21;
|
||||
maintainers = with maintainers; [ goibhniu ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue