rpl: 1.16 -> 1.16.1

This commit is contained in:
R. Ryantm
2025-01-25 23:08:08 +00:00
parent bafca6cbe1
commit 6eb3ce8fca
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "rpl";
version = "1.16";
version = "1.16.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uBpzKYfdGu2j1ZEaw4TN1fH+W9VLrJf7a87vzZBBU3Y=";
hash = "sha256-VTm4KU59Yk501tUdVn4z3bFx9Ot00CDL9HGlf44/t44=";
};
nativeBuildInputs = [