lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.mediafile: 0.8.0 -> 0.8.1

+2 -2
+2 -2
pkgs/development/python-modules/mediafile/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "mediafile"; 10 - version = "0.8.0"; 10 + version = "0.8.1"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-19K5DZMstRWu/6+N/McEdM1swedI5qr15kmnIAMA60Y="; 14 + sha256 = "878ccc378b77f2d6c175abea135ea25631f28c722e01e1a051924d962ebea165"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ mutagen six ];