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

rpl: 1.15.5 -> 1.15.6
This commit is contained in:
Nick Cao 2024-03-12 14:24:46 -04:00 committed by GitHub
commit c1fb7a1328
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.5";
version = "1.15.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-rhPS+hwbjqq3X/V1bL6pzGg2tVxBkeMyUhaCvmneG4M=";
hash = "sha256-4vUnFfxiPvyg9gtwiQE3nHZBnqBtBVwhM3KQzkjzw/I=";
};
nativeBuildInputs = [