python39Packages.livestreamer-curses: cleanup

This commit is contained in:
Sandro Jäckel 2021-10-31 22:25:42 +01:00
parent 205903c992
commit 7615b74cb1
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -6,14 +6,14 @@
}:
buildPythonPackage rec {
version = "1.5.2";
pname = "livestreamer-curses";
version = "1.5.2";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "gapato";
repo = "livestreamer-curses";
rev = "v1.5.2";
rev = "v${version}";
sha256 = "sha256-Pi0PIOUhMMAWft9ackB04IgF6DyPrXppNqyVjozIjN4=";
};
@ -23,6 +23,6 @@ buildPythonPackage rec {
homepage = "https://github.com/gapato/livestreamer-curses";
description = "Curses frontend for livestreamer";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}