Merge pull request #281131 from r-ryantm/auto-update/python311Packages.rethinkdb

python311Packages.rethinkdb: 2.4.10 -> 2.4.10.post1
This commit is contained in:
Nick Cao 2024-01-16 11:40:09 -05:00 committed by GitHub
commit 9122ead9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "rethinkdb";
version = "2.4.10";
version = "2.4.10.post1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Vez3RH3BH+wOLOmqxLpMC1f9xcnFfXfuZz1Z0kXHRmY=";
hash = "sha256-NjTgPuE91jf9cZa4BHS/RMZNProd0GnqkrlJJnAqYL0=";
};
nativeBuildInputs = [