mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
python-sigal: 0.7.0 -> 0.9.2
Sigal has replaced argh with click, and now also depends on blinker. Tested by generating an album (sigal init + build + serve).
This commit is contained in:
parent
084595f33a
commit
6b2c6bea0a
|
@ -12316,14 +12316,14 @@ let
|
|||
};
|
||||
|
||||
sigal = buildPythonPackage rec {
|
||||
name = "sigal-0.7.0";
|
||||
name = "sigal-0.9.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/s/sigal/${name}.tar.gz";
|
||||
md5 = "d2386706ac8543378aebde1ea4edeba4";
|
||||
sha256 = "0mk3bzaxn9snx9lc0pj9zvgdgdyhkza6b8z5x91772mlv84sfw6c";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ jinja2 markdown pillow pilkit clint argh pytest ];
|
||||
propagatedBuildInputs = with self; [ jinja2 markdown pillow pilkit clint click pytest blinker ];
|
||||
|
||||
meta = {
|
||||
description = "Yet another simple static gallery generator";
|
||||
|
|
Loading…
Reference in a new issue