whipper: 0.7.2 -> 0.7.3 (#52662)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/whipper/versions
This commit is contained in:
R. RyanTM 2018-12-22 02:10:47 -08:00 committed by Timo Kaufmann
parent 76e7572a1f
commit 688afbd7df

View File

@ -3,13 +3,13 @@
python2.pkgs.buildPythonApplication rec {
name = "whipper-${version}";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "whipper-team";
repo = "whipper";
rev = "v${version}";
sha256 = "17cn11c6c62pfhhp6vcslxpanb0czh2xbxq1g6wd7bpmgw38yd8v";
sha256 = "0ypbgc458i7yvbyvg6wg6agz5yzlwm1v6zw7fmyq9h59xsv27mpr";
};
pythonPath = with python2.pkgs; [