Skip to content

Commit

Permalink
jrnl: 4.1 -> 4.2 (#363712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 12, 2024
2 parents c4d629c + 4354b44 commit 8cfb41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/jr/jrnl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "jrnl";
version = "4.1";
version = "4.2";
pyproject = true;

src = fetchFromGitHub {
owner = "jrnl-org";
repo = "jrnl";
rev = "refs/tags/v${version}";
hash = "sha256-DtujXSDJWnOrHjVgJEJNKJMhSrNBHlR2hvHeHLSIF2o=";
hash = "sha256-x0JoYJzD6RnuHbRsQMgrhHsNW6nVEVeoDjtPop2eg+w=";
};

postPatch = ''
Expand Down

0 comments on commit 8cfb41e

Please sign in to comment.