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

ablog: 0.10.29 -> 0.10.33
This commit is contained in:
Weijia Wang 2023-01-23 06:32:18 +01:00 committed by GitHub
commit 216fbe0999
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.29";
version = "0.10.33";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-q2zoXCmnzzjXSBGFKzondOQRz7CjZp0wCiXxbgpXHIA=";
sha256 = "sha256-vCkLX64aPAem0QvKI1iUNAHWEJZlAOIb1DA9U7xPJkU=";
};
propagatedBuildInputs = [