about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-05-13 23:24:32 +0200
committerGitHub <noreply@github.com>2023-05-13 23:24:32 +0200
commit501cbcd2a33a5df03e8dc0ac5c7d74a02ddb6eba (patch)
treec3c768c36a04b46627aab069083aaedd07dddab0 /pkgs
parentf18bff2de7d149f22809b41a7f4c9dfa076b2874 (diff)
parent5e829058576702e0cc76dc73899bfe1d22daf083 (diff)
Merge pull request #231723 from fabaff/deezer-python-bump
python311Packages.deezer-python: 5.9.0 -> 5.12.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 57b02b78699a4..d460f7f558260 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.9.0";
+  version = "5.12.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "browniebroke";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-S2OC2OvXoc7LDTX0ZkVtaLHflio+3u1Ic/i9TtQN4Ac=";
+    hash = "sha256-fJRGtes5EdGHiTJ5SDOyZT9NEnghbu+7I9OD2h4JOjw=";
   };
 
   nativeBuildInputs = [