python310Packages.discogs-client: 2.4 -> 2.5

This commit is contained in:
R. Ryantm 2022-10-05 14:03:44 +00:00
parent a2c917865f
commit 0826bc33b6

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "discogs-client";
version = "2.4";
version = "2.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "joalla";
repo = "discogs_client";
rev = "refs/tags/v${version}";
sha256 = "sha256-gGAtRhAg/W0dREhCOmif1XlQ4gldIGQ2hIC8gzifRu8=";
sha256 = "sha256-whLneq8RE1bok8jPlOteqIb5U07TvEa0O2mrzORp5HU=";
};
propagatedBuildInputs = [