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:
parent
76e7572a1f
commit
688afbd7df
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
python2.pkgs.buildPythonApplication rec {
|
python2.pkgs.buildPythonApplication rec {
|
||||||
name = "whipper-${version}";
|
name = "whipper-${version}";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whipper-team";
|
owner = "whipper-team";
|
||||||
repo = "whipper";
|
repo = "whipper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "17cn11c6c62pfhhp6vcslxpanb0czh2xbxq1g6wd7bpmgw38yd8v";
|
sha256 = "0ypbgc458i7yvbyvg6wg6agz5yzlwm1v6zw7fmyq9h59xsv27mpr";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonPath = with python2.pkgs; [
|
pythonPath = with python2.pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user