nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/discogs-client/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "discogs-client"; 14 - version = "2.7.1"; 14 + version = "2.8"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "joalla"; 21 21 repo = "discogs_client"; 22 22 tag = "v${version}"; 23 - hash = "sha256-3MwGuYh4Jp/T7LNd5QjajHScdJJOa+VRXmKwFVqfURU="; 23 + hash = "sha256-2mMBfOM5sOJsuoxrT3Ku99zDQ8wDw12zRloRLHRDRL0="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [