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.
This commit is contained in:
Anton Mosich 2023-11-05 11:47:24 +01:00
parent 81baa4d39b
commit b4bba87c4b
No known key found for this signature in database
GPG Key ID: 28F77AAFFAF5BAF6

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "jrnl";
version = "4.0.1";
version = "4.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "jrnl-org";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-NpI19NQxfDiqcfFI9kMqfMboI4fQTqCG7AoG9o8YoEI=";
hash = "sha256-DtujXSDJWnOrHjVgJEJNKJMhSrNBHlR2hvHeHLSIF2o=";
};
nativeBuildInputs = with python3.pkgs; [
@ -20,7 +20,6 @@ python3.pkgs.buildPythonApplication rec {
];
propagatedBuildInputs = with python3.pkgs; [
ansiwrap
asteval
colorama
cryptography