gnomecast: 1.4.1 -> 1.9.11

This commit is contained in:
R. RyanTM 2020-11-14 06:41:04 +00:00
parent 6e9b71f0e1
commit ec06cbd399

View File

@ -3,11 +3,11 @@
with python3Packages;
buildPythonApplication rec {
pname = "gnomecast";
version = "1.4.1";
version = "1.9.11";
src = fetchPypi {
inherit pname version;
sha256 = "0mn03gqbwmhch0055bzgdwkzsl304qdyqwrgyiq0k5c5d2gyala5";
sha256 = "4d8cd7a71f352137252c5a9ee13475bd67fb99594560ecff1efb0f718d8bbaac";
};
nativeBuildInputs = [ wrapGAppsHook ];