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

ablog: 0.10.33 -> 0.10.33.post1
This commit is contained in:
Weijia Wang 2023-02-24 16:29:11 +02:00 committed by GitHub
commit a12233fd62
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.33";
version = "0.10.33.post1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vCkLX64aPAem0QvKI1iUNAHWEJZlAOIb1DA9U7xPJkU=";
sha256 = "sha256-+vrVQ4sItCXrSCzNXyKk6/6oDBOyfyD7iNWzmcbE/BQ=";
};
propagatedBuildInputs = [