Skip to content

Commit bc4dbac

Browse files
committed
sigal: 2.4 -> 2.5
1 parent d03162c commit bc4dbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/si/sigal/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
python3.pkgs.buildPythonApplication rec {
1010
pname = "sigal";
11-
version = "2.4";
11+
version = "2.5";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
inherit version pname;
16-
hash = "sha256-pDTaqtqfuk7tACkyaKClTJotuVcTKli5yx1wbEM93TM=";
16+
hash = "sha256-IOAQ6lMudYH+Ukx27VKbPNKmQKBaX3j0p750nC5Y1Hg=";
1717
};
1818

1919
nativeBuildInputs = with python3.pkgs; [

0 commit comments

Comments
 (0)