1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python312Packages.discogs-client: 2.7 -> 2.7.1 (#355945)

This commit is contained in:
Fabian Affolter 2024-11-15 09:11:35 +01:00 committed by GitHub
commit b03a4cb787
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "discogs-client";
version = "2.7";
version = "2.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "joalla";
repo = "discogs_client";
rev = "refs/tags/v${version}";
hash = "sha256-sTzYhUKPqaCE553FqWR4qdtDDtymhuybHWiDOUwgglA=";
hash = "sha256-3MwGuYh4Jp/T7LNd5QjajHScdJJOa+VRXmKwFVqfURU=";
};
propagatedBuildInputs = [