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 9 python3.pkgs.buildPythonApplication rec { 10 pname = "sigal"; 11 - version = "2.4"; 12 pyproject = true; 13 14 src = fetchPypi { 15 inherit version pname; 16 - hash = "sha256-pDTaqtqfuk7tACkyaKClTJotuVcTKli5yx1wbEM93TM="; 17 }; 18 19 nativeBuildInputs = with python3.pkgs; [
··· 8 9 python3.pkgs.buildPythonApplication rec { 10 pname = "sigal"; 11 + version = "2.5"; 12 pyproject = true; 13 14 src = fetchPypi { 15 inherit version pname; 16 + hash = "sha256-IOAQ6lMudYH+Ukx27VKbPNKmQKBaX3j0p750nC5Y1Hg="; 17 }; 18 19 nativeBuildInputs = with python3.pkgs; [