sigal: 2.4 -> 2.5 (#386901)

authored by Pol Dellaiera and committed by GitHub 3847fafb 8d78805d

+2 -2
+2 -2
pkgs/by-name/si/sigal/package.nix
··· 8 8 9 9 python3.pkgs.buildPythonApplication rec { 10 10 pname = "sigal"; 11 - version = "2.4"; 11 + version = "2.5"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 inherit version pname; 16 - hash = "sha256-pDTaqtqfuk7tACkyaKClTJotuVcTKli5yx1wbEM93TM="; 16 + hash = "sha256-IOAQ6lMudYH+Ukx27VKbPNKmQKBaX3j0p750nC5Y1Hg="; 17 17 }; 18 18 19 19 nativeBuildInputs = with python3.pkgs; [