Merge pull request #183918 from r-ryantm/auto-update/rednotebook

rednotebook: 2.24 -> 2.25
This commit is contained in:
Fabian Affolter 2022-07-30 23:03:07 +02:00 committed by GitHub
commit 357a9907bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "rednotebook";
version = "2.24";
version = "2.25";
src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
rev = "v${version}";
sha256 = "sha256-nTFyRNJAhTrVlKdLd2F0jv7VcNn2pGTAegvfMjfHY84=";
rev = "refs/tags/v${version}";
sha256 = "sha256-3FcnyiQc7XGiZVtqxVxqaWYxXejgy/eNQQ4QNTUsCUI=";
};
# We have not packaged tests.