rednotebook: 2.20 -> 2.21

This commit is contained in:
R. RyanTM 2020-12-08 04:46:29 +00:00
parent 55324b51e7
commit 1ecb8e72c2

View file

@ -5,13 +5,13 @@
buildPythonApplication rec {
pname = "rednotebook";
version = "2.20";
version = "2.21";
src = fetchFromGitHub {
owner = "jendrikseipp";
repo = "rednotebook";
rev = "v${version}";
sha256 = "1n0zwrzrjh6sg8vmb95mgscsqrylhgm51zsirblqmpvs392jxrk3";
sha256 = "07zm4q9h583sg82ayhn9d0ra3wbsfaqrl5sfw6a1kwhyxxkwp8ad";
};
# We have not packaged tests.