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

ablog: 0.10.23 -> 0.10.24
This commit is contained in:
Ryan Mulligan 2022-04-18 20:22:08 -07:00 committed by GitHub
commit cecedd6046
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.23";
version = "0.10.24";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fqqB17dNzcDZmFw3nj85T5zvMzY6SN/JxbB3IASOas8=";
sha256 = "sha256-bLpINvEH7B/duSRrfzvq25se0mvbbcxaEcAs8xMw6Kc=";
};
propagatedBuildInputs = [