Merge pull request #106146 from r-ryantm/auto-update/python3.7-ueberzug
This commit is contained in:
commit
2b7f718900
@ -4,18 +4,23 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ueberzug";
|
||||
version = "18.1.6";
|
||||
version = "18.1.7";
|
||||
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "13a9q9rvkbsym5nrc1y2anhyx317vj1vi8k8kln8gin2yw311pyb";
|
||||
sha256 = "ef0d6ac5815446ede654a38da550d2c44abd0fc05c901b2232935a65bcbca875";
|
||||
};
|
||||
|
||||
buildInputs = [ libX11 libXext ];
|
||||
|
||||
propagatedBuildInputs = [ attrs docopt pillow psutil xlib ];
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "ueberzug" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/seebye/ueberzug";
|
||||
description = "An alternative for w3mimgdisplay";
|
||||
|
Loading…
Reference in New Issue
Block a user