lol

mopidy-gmusic: 2.0.0 -> 3.0.0 (#43928)

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mopidy-gmusic/versions.

authored by

R. RyanTM and committed by
xeji
c227febe a55bbee9

+2 -2
+2 -2
pkgs/applications/audio/mopidy/gmusic.nix
··· 2 2 3 3 pythonPackages.buildPythonApplication rec { 4 4 pname = "mopidy-gmusic"; 5 - version = "2.0.0"; 5 + version = "3.0.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/mopidy/mopidy-gmusic/archive/v${version}.tar.gz"; 9 - sha256 = "1xryw2aixfza3brxlgjdlg0lghlb17g7kay9zy56mlzp0jr7m87j"; 9 + sha256 = "0a2s4xrrhnkv85rx4w5bj6ih9xm34jy0q71fdvbzmi827g9dw5sz"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [