Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-03-30 18:15:09 +00:00
committed by GitHub
353 changed files with 2868 additions and 1956 deletions
+2 -2
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 ];