mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
ranger: 1.7.0 -> 1.7.1
This commit is contained in:
parent
839f3c3ab7
commit
cc8a0372e4
@ -1,7 +1,7 @@
|
||||
{ stdenv, buildPythonPackage, python, fetchurl }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
name = "ranger-1.7.0";
|
||||
name = "ranger-1.7.1";
|
||||
|
||||
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 = "066lp1k2zcz2lnww2aj0m3fgn9g5ms67kxgclhgq66pxkjwgc4kx";
|
||||
sha256 = "11nznx2lqv884q9d2if63101prgnjlnan8pcwy550hji2qsn3c7q";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python.modules; [ curses ];
|
||||
|
Loading…
Reference in New Issue
Block a user