Merge pull request #335885 from r-ryantm/auto-update/rpl

rpl: 1.15.6 -> 1.15.7
This commit is contained in:
Nick Cao 2024-08-19 16:57:36 -04:00 committed by GitHub
commit 2e3869d5f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "rpl";
version = "1.15.6";
version = "1.15.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4vUnFfxiPvyg9gtwiQE3nHZBnqBtBVwhM3KQzkjzw/I=";
hash = "sha256-Xq3GLa1TnS4nobPHHCkFUEo9vgI4DGyY2/hQWtkwNRA=";
};
nativeBuildInputs = [