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

ablog: 0.11.6 -> 0.11.8
This commit is contained in:
Nick Cao 2024-04-24 10:13:34 -04:00 committed by GitHub
commit f56c7c985c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ablog";
version = "0.11.6";
version = "0.11.8";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-fV4W4AaiqyruIz3OQ7/lGkMPMKmyiFa+fdU2QeeQCvs=";
hash = "sha256-PpNBfa4g14l8gm9+PxOFc2NDey031D7Ohutx2OGUeak=";
};
nativeBuildInputs = with python3.pkgs; [