python310Packages.deezer-python: 5.3.2 -> 5.3.3

This commit is contained in:
R. Ryantm
2022-06-07 13:07:13 +00:00
committed by Florian Brandes
parent e967f6a4b9
commit a513dd253b

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "deezer-python";
version = "5.3.2";
version = "5.3.3";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "browniebroke";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-lOVHSYL57hwzvdC+pJFDkDGFuu29jdZ36BYscw82uDE=";
sha256 = "sha256-eiznL23Pt7bwBLxNG8V3ITSNMnwMBjFdiGgu0cSoSw0=";
};
nativeBuildInputs = [