python27Packages.pyacoustid: 1.1.7 -> 1.2.0

This commit is contained in:
R. RyanTM 2020-05-24 00:18:54 +00:00 committed by Jon
parent dc0a3a787a
commit e345038e88

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyacoustid"; pname = "pyacoustid";
version = "1.1.7"; version = "1.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "07394a8ae84625a0a6fef2d891d19687ff59cd955caaf48097da2826043356fd"; sha256 = "0c3dsnfyldnsmyzczp5s5aqvbzcn360s0h4l3gm3k53lg57f762z";
}; };
propagatedBuildInputs = [ requests audioread ]; propagatedBuildInputs = [ requests audioread ];