sigal: 2.4 -> 2.5 (#386901)

This commit is contained in:
Pol Dellaiera
2025-03-04 22:04:00 +01:00
committed by GitHub
+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; [