Merge pull request #169454 from r-ryantm/auto-update/ablog

ablog: 0.10.24 -> 0.10.29
This commit is contained in:
Jonas Heinrich 2022-08-29 17:54:08 +02:00 committed by GitHub
commit f8b1d43acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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