Skip to content

Commit 3847faf

Browse files
authored
sigal: 2.4 -> 2.5 (NixOS#386901)
2 parents 8d78805 + bc4dbac commit 3847faf

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)