Unverified Commit b73521f2 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

bubblemail: 1.4 -> 1.9 (#381670)

parents a47cb5a2 d06a4635
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

python3Packages.buildPythonApplication rec {
  pname = "bubblemail";
  version = "1.4";
  version = "1.9";

  src = fetchFromGitLab {
    domain = "framagit.org";
    owner = "razer";
    repo = "bubblemail";
    rev = "v${version}";
    sha256 = "sha256-MPl4pXvdhwCFWTepn/Mxp8ZMs+HCzXC59qdKZp3mHdw=";
    sha256 = "sha256-eXEFBLo7CbLRlnI2nr7qWAdLUKe6PLQJ78Ho8MP9ShY=";
  };

  buildInputs = [