python313Packages.discogs-client: 2.7.1 -> 2.8

Diff: https://github.com/joalla/discogs_client/compare/refs/tags/v2.7.1...v2.8

Changelog: https://github.com/joalla/discogs_client/releases/tag/v2.8

Changed files
+2 -2
pkgs
development
python-modules
discogs-client
+2 -2
pkgs/development/python-modules/discogs-client/default.nix
···
buildPythonPackage rec {
pname = "discogs-client";
-
version = "2.7.1";
+
version = "2.8";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "joalla";
repo = "discogs_client";
tag = "v${version}";
-
hash = "sha256-3MwGuYh4Jp/T7LNd5QjajHScdJJOa+VRXmKwFVqfURU=";
+
hash = "sha256-2mMBfOM5sOJsuoxrT3Ku99zDQ8wDw12zRloRLHRDRL0=";
};
propagatedBuildInputs = [