3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #164989 from r-ryantm/auto-update/python310Packages.discogs-client

python310Packages.discogs-client: 2.3.13 -> 2.3.14
This commit is contained in:
Fabian Affolter 2022-03-20 18:23:34 +01:00 committed by GitHub
commit 59260216d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "discogs-client";
version = "2.3.13";
version = "2.3.14";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "joalla";
repo = "discogs_client";
rev = "v${version}";
sha256 = "sha256-TOja0pCJv8TAI0ns8M/tamZ5Pp8k5sSKDnvN4SeKtW8=";
sha256 = "sha256-HJxqTwZ9byjZxdftQPTkVo0Ufio9gNGH69q5Q2gYR00=";
};
propagatedBuildInputs = [