bubblemail: 1.3 -> 1.4

conduit-nginx
Doron Behar 2021-10-22 13:03:47 +03:00
parent d9b7c27119
commit 1037a0cc3e
1 changed files with 2 additions and 2 deletions

View File

@ -17,14 +17,14 @@
python3Packages.buildPythonApplication rec {
pname = "bubblemail";
version = "1.3";
version = "1.4";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "razer";
repo = "bubblemail";
rev = "v${version}";
sha256 = "FEIdEoZBlM28F5kSMoln7KACwetb8hp+qix1P+DIE8k=";
sha256 = "sha256-MPl4pXvdhwCFWTepn/Mxp8ZMs+HCzXC59qdKZp3mHdw=";
};
buildInputs = [