audible-cli: 0.3.1 -> 0.3.2

This commit is contained in:
Jan van Brügge
2025-07-12 20:03:08 +01:00
parent 99420d7dfc
commit 39b06e9fca
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "audible-cli";
version = "0.3.1";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mkb79";
repo = "audible-cli";
tag = "v${version}";
hash = "sha256-AYL7lcYYY7gK12Id94aHRWRlCiznnF4r+lpI5VFpAWY=";
hash = "sha256-DGOOMjP6dxIwbIhzRKf0+oy/2Cs+00tpwHkcmrukatw=";
};
nativeBuildInputs =