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
This commit is contained in:
parent
6815e3c72e
commit
aa018b57f2
@ -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…
Reference in New Issue
Block a user