1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #117994 from r-ryantm/auto-update/jrnl

jrnl: 2.7.1 -> 2.8
This commit is contained in:
Fabian Affolter 2021-03-30 16:27:38 +02:00 committed by GitHub
commit d895d487f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,14 @@
buildPythonApplication rec {
pname = "jrnl";
version = "2.7.1";
version = "2.8";
format = "pyproject";
src = fetchFromGitHub {
owner = "jrnl-org";
repo = pname;
rev = "v${version}";
sha256 = "1m1shgnvwzzs0g6ph7rprwxd7w8zj0x4sbgiqsv9z41k6li7xj4r";
sha256 = "1zpsvrjhami9y7204yjbdzi04bkkz6i3apda9fh3hbq83y6wzprz";
};
nativeBuildInputs = [ poetry ];