Commit d400dbc9 authored by R. RyanTM's avatar R. RyanTM
Browse files

rednotebook: 2.24 -> 2.25

parent 334071af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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.