jrnl: 4.0.1 -> 4.1

See https://github.com/jrnl-org/jrnl/releases/tag/v4.1 for changelog.
This update removes the ansiwrap dependency.

+2 -3
+2 -3
pkgs/applications/misc/jrnl/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "jrnl"; 8 - version = "4.0.1"; 8 + version = "4.1"; 9 9 format = "pyproject"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "jrnl-org"; 13 13 repo = pname; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-NpI19NQxfDiqcfFI9kMqfMboI4fQTqCG7AoG9o8YoEI="; 15 + hash = "sha256-DtujXSDJWnOrHjVgJEJNKJMhSrNBHlR2hvHeHLSIF2o="; 16 16 }; 17 17 18 18 nativeBuildInputs = with python3.pkgs; [ ··· 20 20 ]; 21 21 22 22 propagatedBuildInputs = with python3.pkgs; [ 23 - ansiwrap 24 23 asteval 25 24 colorama 26 25 cryptography