Merge pull request #103777 from r-ryantm/auto-update/gnomecast

gnomecast: 1.4.1 -> 1.9.11
This commit is contained in:
Sandro 2020-11-24 01:00:31 +01:00 committed by GitHub
commit a47cd7370c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];