This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new b3e198e5 hydra: berlin: Remove unused mumi-latest package.
b3e198e5 is described below

commit b3e198e5dc93e5ab6a6404739f4bcd1ad1286f8e
Author: Arun Isaac <[email protected]>
AuthorDate: Thu Feb 13 00:06:25 2025 +0000

    hydra: berlin: Remove unused mumi-latest package.
    
    * hydra/berlin.scm (mumi-latest): Delete variable.
    (operating-system)[services]{mumi-service-type}: Remove commented
    mumi-latest package.
---
 hydra/berlin.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 159459e5..04949c4a 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -395,28 +395,6 @@ An incremental send is attempted if a PARENT snapshot is 
provided."
   (symbol-append 'anonip-/var/log/anonip/ (string->symbol file)))
 
 
-;;;
-;;; mumi.
-;;;
-
-(define mumi-latest
-  (let ((commit "025fc600f1cb4c73042bf920aee3e07d5fb9c53a")
-        (revision "6"))
-    (package
-      (inherit mumi)
-      (name "mumi")
-      (version (git-version "0.0.5" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://git.savannah.gnu.org/git/guix/mumi.git/";)
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1kzq4h3qwjqxr4471i8g2x9ik0ihcca8nm1ryqszljiz6ml91f6w")))))))
-
-
 (operating-system
   (host-name "berlin.guix.gnu.org")
   (timezone "Europe/Berlin")
@@ -641,7 +619,6 @@ An incremental send is attempted if a PARENT snapshot is 
provided."
 
              (service mumi-service-type
                       (mumi-configuration
-                       ;; (mumi mumi-latest)  ;latest is currently in guix
                        ;; The mailer is broken again.  No pretty bug report
                        ;; like <https://issues.guix.gnu.org/49295>, but it's
                        ;; broken.

Reply via email to