3
0
Fork 0
forked from mirrors/nixpkgs

ranger 1.7.2 -> 1.8.0 (#21480)

This commit is contained in:
Milan Svoboda 2016-12-28 23:47:39 +01:00 committed by Robin Gloster
parent 81d8a457ed
commit f969f42b2b

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pythonPackages, w3m, file, less }:
pythonPackages.buildPythonApplication rec {
name = "ranger-1.7.2";
name = "ranger-1.8.0";
meta = {
description = "File manager with minimalistic curses interface";
@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
src = fetchurl {
url = "http://ranger.nongnu.org/${name}.tar.gz";
sha256 = "0yaviybviwdvfg2a0pf2kk28g10k245499xmbpqlai7fv91f7xll";
sha256 = "14j067n1azk6vc6cxlhi5w5bsn2wcz4hypvgxc0vjl9xp5n4f0nf";
};
propagatedBuildInputs = [ file ];