sigal: 2.4 -> 2.5

This commit is contained in:
R. Ryantm
2025-03-04 02:32:25 +00:00
parent d03162cd45
commit bc4dbacd92
+2 -2
View File
@@ -8,12 +8,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "sigal";
version = "2.4";
version = "2.5";
pyproject = true;
src = fetchPypi {
inherit version pname;
hash = "sha256-pDTaqtqfuk7tACkyaKClTJotuVcTKli5yx1wbEM93TM=";
hash = "sha256-IOAQ6lMudYH+Ukx27VKbPNKmQKBaX3j0p750nC5Y1Hg=";
};
nativeBuildInputs = with python3.pkgs; [