trelby: 2.4.15 -> 2.4.16.2

This commit is contained in:
R. Ryantm
2025-10-10 00:13:35 +00:00
parent 285ea04d23
commit 7305fe5138
+2 -2
View File
@@ -10,14 +10,14 @@
python3Packages.buildPythonApplication rec {
pname = "trelby";
version = "2.4.15";
version = "2.4.16.2";
pyproject = true;
src = fetchFromGitHub {
owner = "trelby";
repo = "trelby";
tag = version;
hash = "sha256-CTasd+YlRHjYUVepZf2RDOuw1p0OdQfJENZamSmXXFw=";
hash = "sha256-YblilPQXjlSgkBstewfiuW0DZCnJw4dk6vZfEhdBGbk=";
};
build-system = [