about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-04-16 08:00:01 +0200
committerGitHub <noreply@github.com>2023-04-16 08:00:01 +0200
commit182da0a77c33038faae2eb70b788c350fcb0affe (patch)
tree0285da25ffd0eddd3df0648ca7e453e82818b70f /pkgs
parent26423bed98291f77b8aa6b9832d2237fc7132935 (diff)
parentaa60644dbb41987ffa0e25ea24081a8f8cab3952 (diff)
Merge pull request #226322 from fabaff/deezer-python-bump
python310Packages.deezer-python: 5.8.1 -> 5.9.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/deezer-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/deezer-python/default.nix b/pkgs/development/python-modules/deezer-python/default.nix
index e1e8d056cc963..57b02b78699a4 100644
--- a/pkgs/development/python-modules/deezer-python/default.nix
+++ b/pkgs/development/python-modules/deezer-python/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "deezer-python";
-  version = "5.8.1";
+  version = "5.9.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "browniebroke";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-M6icdvD412qeURAIkywUliUM9QAgG/b+yBMZVYatvyQ=";
+    hash = "sha256-S2OC2OvXoc7LDTX0ZkVtaLHflio+3u1Ic/i9TtQN4Ac=";
   };
 
   nativeBuildInputs = [