Unverified Commit 3847fafb authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

sigal: 2.4 -> 2.5 (#386901)

parents 8d78805d bc4dbacd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [