sigal: 1.4.1 -> 2.0 (#55155)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sigal/versions
wip/yesman
R. RyanTM 5 years ago committed by xeji
parent 6815e3c72e
commit aa018b57f2
  1. 4
      pkgs/applications/misc/sigal/default.nix

@ -1,12 +1,12 @@
{ lib, python3Packages, ffmpeg }:
python3Packages.buildPythonApplication rec {
version = "1.4.1";
version = "2.0";
pname = "sigal";
src = python3Packages.fetchPypi {
inherit version pname;
sha256 = "1fg32ii26j3xpq3cryi212lx9z33qnicm1cszwv1wfpg6sr2rr61";
sha256 = "0ff8hpihbd30xjy155ksfpypjskilqg4zmyavgvpri8jaf1qpv89";
};
checkInputs = with python3Packages; [ pytest ];

Loading…
Cancel
Save