lol
0
fork

Configure Feed

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

python310Packages.discogs-client: 2.6 -> 2.7

+2 -2
+2 -2
pkgs/development/python-modules/discogs-client/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "discogs-client"; 13 - version = "2.6"; 13 + version = "2.7"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "joalla"; 20 20 repo = "discogs_client"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-Si1EH5TalNC3BY7L/GqbGSCjDBWzbodB4NZlNayhZYs="; 22 + hash = "sha256-sTzYhUKPqaCE553FqWR4qdtDDtymhuybHWiDOUwgglA="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [