ablog: 0.11.8 -> 0.11.10

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-05-16 13:04:30 -03:00
parent 4d6e011773
commit 1e1685f116

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ablog";
version = "0.11.8";
version = "0.11.10";
format = "pyproject";
src = fetchFromGitHub {
owner = "sunpy";
repo = "ablog";
rev = "v${version}";
hash = "sha256-t3Vxw1IJoHuGqHv/0S4IoHwjWbtR6knXCBg4d0cM3lw=";
hash = "sha256-8NyFLGtMJLUkojEhWpWNZz3zlfgGVgSvgk4dDEz1jzs=";
};
nativeBuildInputs = with python3.pkgs; [