Merge pull request #135364 from r-ryantm/auto-update/python3.8-tinydb

python38Packages.tinydb: 4.5.0 -> 4.5.1
This commit is contained in:
Ryan Mulligan 2021-08-23 19:36:06 -07:00 committed by GitHub
commit 89447e704c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tinydb";
version = "4.5.0";
version = "4.5.1";
disabled = pythonOlder "3.5";
format = "pyproject";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "msiemens";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rJVJfsPhGTQpE6p0kzN6GDR0r9M71ADa67Oi5jLgeWY=";
sha256 = "1p0whrljjh7cpigr1glszssxsi6adi4cj7y3976q8sj9z47bdx8a";
};
nativeBuildInputs = [