python: discogs-client: 2.2.2 -> 2.3.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:03 +02:00
parent d89527fd97
commit 1058bcccc0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "discogs-client";
version = "2.2.2";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "1n23xy33fdp3dq0hhfdg0lx4z7rhdi74ik8v1mc7rql1jbxl7bmf";
sha256 = "cc979fcbb5283f74d388c7111c8ed6bef920b01614a014d6b1c5d6fbb554bfc3";
};
propagatedBuildInputs = [ requests oauthlib ];