Skip to content

Commit

Permalink
Merge pull request #249620 from fabaff/deezer-python-bump
Browse files Browse the repository at this point in the history
python311Packages.deezer-python: 6.0.0 -> 6.1.0
  • Loading branch information
fabaff authored Aug 16, 2023
2 parents 738688f + e3c6e2f commit 8d58550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/deezer-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "deezer-python";
version = "6.0.0";
version = "6.1.0";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-gIjb8+UEMf/wQSJOassMc9MBysTtieExFTIiSq1m/3Y=";
hash = "sha256-9uFKrr0C/RIklpW5KZj8pSv4oEibzSaAJWnTwYKyxD8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 8d58550

Please sign in to comment.