Merge pull request #239223 from r-ryantm/auto-update/python310Packages.tinydb

python310Packages.tinydb: 4.7.1 -> 4.8.0
This commit is contained in:
Fabian Affolter 2023-06-23 08:22:00 +02:00 committed by GitHub
commit 26f75d4dda
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.7.1";
version = "4.8.0";
disabled = pythonOlder "3.5";
format = "pyproject";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "msiemens";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nKsTMakCOBVHDDp8AX/xDkvHpCMBoIb0pa24F4VX/14=";
hash = "sha256-sdWcpkjC8LtOI1k0Wyk4vLXBcwYe1vuQON9J7P8JPxA=";
};
nativeBuildInputs = [