Commit e5d88ac6 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.discogs-client: 2.7 -> 2.7.1

parent a4b80ce7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [