1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

ranger: 1.7.0 -> 1.7.1

This commit is contained in:
koral 2015-05-09 10:52:25 +00:00
parent e50afd12b7
commit 1c371606ce

View file

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