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:
commit
9122ead9c3
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rethinkdb";
|
pname = "rethinkdb";
|
||||||
version = "2.4.10";
|
version = "2.4.10.post1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-Vez3RH3BH+wOLOmqxLpMC1f9xcnFfXfuZz1Z0kXHRmY=";
|
hash = "sha256-NjTgPuE91jf9cZa4BHS/RMZNProd0GnqkrlJJnAqYL0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue