1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

ranger: 1.7.1 -> 1.7.2

This commit is contained in:
Maciek Starzyk 2016-01-29 17:45:46 +01:00
parent 6fec28e043
commit 0a8d768b11

View file

@ -1,7 +1,7 @@
{ stdenv, fetchurl, buildPythonPackage, python, w3m, file }:
buildPythonPackage rec {
name = "ranger-1.7.1";
name = "ranger-1.7.2";
meta = {
description = "File manager with minimalistic curses interface";
@ -13,7 +13,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "http://ranger.nongnu.org/${name}.tar.gz";
sha256 = "11nznx2lqv884q9d2if63101prgnjlnan8pcwy550hji2qsn3c7q";
sha256 = "0yaviybviwdvfg2a0pf2kk28g10k245499xmbpqlai7fv91f7xll";
};
propagatedBuildInputs = [ python.modules.curses file ];