Unverified Commit b4bba87c authored by Anton Mosich's avatar Anton Mosich
Browse files

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.
parent 81baa4d3
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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