Merge pull request #174526 from r-ryantm/auto-update/python310Packages.audible

python310Packages.audible: 0.8.1 -> 0.8.2
This commit is contained in:
Mario Rodas 2022-06-24 21:24:42 -05:00 committed by GitHub
commit bb469452eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "audible";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "mkb79";
repo = "Audible";
rev = "v${version}";
sha256 = "0fsb5av4s7fvpn0iryl8jj3lwffwlxgbwj46l3fidy0l58nq3b1d";
rev = "refs/tags/v${version}";
sha256 = "sha256-SIEDBuMCC/Hap2mGVbKEFic96ClN369SEsV06Sg+poY=";
};
propagatedBuildInputs = [ beautifulsoup4 httpx pbkdf2 pillow pyaes rsa ];