ablog: 0.10.29 -> 0.10.33

This commit is contained in:
R. Ryantm 2022-11-16 12:02:21 +00:00
parent 41d87c3fb7
commit c03413b11d

View File

@ -6,11 +6,11 @@ with python3.pkgs;
buildPythonApplication rec {
pname = "ablog";
version = "0.10.29";
version = "0.10.33";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-q2zoXCmnzzjXSBGFKzondOQRz7CjZp0wCiXxbgpXHIA=";
sha256 = "sha256-vCkLX64aPAem0QvKI1iUNAHWEJZlAOIb1DA9U7xPJkU=";
};
propagatedBuildInputs = [