rpl: 1.15.5 -> 1.15.6

This commit is contained in:
R. Ryantm 2024-03-11 20:40:20 +00:00
parent 1809887dbe
commit 2375dc9a8a

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