rednotebook: 2.35 -> 2.36 (#363576)
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "rednotebook";
|
||||
version = "2.35";
|
||||
version = "2.36";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jendrikseipp";
|
||||
repo = "rednotebook";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-sGwdZZ3YGm3sXJoxnYwj6HQcYMnC1pEzba3N9KLfRHM=";
|
||||
tag = "v${version}";
|
||||
sha256 = "sha256-ISwYQPI7qM0+cEdWnHLdrJA/07BUjDP4gzF/GzqNcsE=";
|
||||
};
|
||||
|
||||
# We have not packaged tests.
|
||||
|
||||
Reference in New Issue
Block a user