Merge pull request #142556 from doronbehar/pkg/bubblemail

conduit-nginx
Sandro 2021-10-22 13:08:03 +02:00 committed by GitHub
commit b42abaea0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [