bubblemail: 1.4 -> 1.9 (#381670)

This commit is contained in:
Doron Behar
2025-02-13 19:09:54 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = [