python311Packages.rethinkdb: 2.4.10 -> 2.4.10.post1

This commit is contained in:
R. Ryantm 2024-01-15 12:38:02 +00:00
parent bcba1b03ce
commit f4acda8759

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 = [