rpl: 1.16.1 -> 1.17

This commit is contained in:
R. Ryantm
2025-02-20 23:36:13 +00:00
parent 086a4138fc
commit 9fccb5d2c8
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "rpl";
version = "1.16.1";
version = "1.17";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-VTm4KU59Yk501tUdVn4z3bFx9Ot00CDL9HGlf44/t44=";
hash = "sha256-bx+7e0ydAz/Jd1AYM9Mz1oo9SHmG27cXF50N1IYd4gE=";
};
nativeBuildInputs = [