From 952faad4f9b097d052586c54b5c5ae53803be9cd Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 7 Aug 2023 10:41:23 -0400 Subject: [PATCH] frogmouth: 0.8.0 -> 0.9.0 Diff: https://github.com/Textualize/frogmouth/compare/v0.8.0...v0.9.0 Changelog: https://github.com/Textualize/frogmouth/blob/v0.9.0/ChangeLog.md --- pkgs/tools/text/frogmouth/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/text/frogmouth/default.nix b/pkgs/tools/text/frogmouth/default.nix index 1fadb827d03c..8e0194005308 100644 --- a/pkgs/tools/text/frogmouth/default.nix +++ b/pkgs/tools/text/frogmouth/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "frogmouth"; - version = "0.8.0"; + version = "0.9.0"; format = "pyproject"; src = fetchFromGitHub { owner = "Textualize"; repo = "frogmouth"; rev = "v${version}"; - hash = "sha256-GVXzYPYvqgWRFOZW+dfYVI6Dhk9yUmuJ7V8wtM0VjR0="; + hash = "sha256-TMCeIwMEoNDQV9iue4XrdYQMmwofXDvdMMLTZKILQ9Q="; }; nativeBuildInputs = [