Unverified Commit 357a9907 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

rednotebook: 2.24 -> 2.25
parents abcb34bb d400dbc9
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.