guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0f2825a3fff7b8382b7cbdf1bf9f69dfc2f83595
Author: Giacomo Leidi <[email protected]>
AuthorDate: Thu Oct 2 11:39:17 2025 +0200

    gnu: erlang-mochiweb: Update to 3.3.0.
    
    * gnu/packages/erlang-xyz.scm (erlang-mochiweb): Update to 3.3.0.
    
    Change-Id: I11ae49ae2b7c536687f591b23b238b56322e6ab9
---
 gnu/packages/erlang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index faabd284ed..34d4c8558d 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -368,7 +368,7 @@ Erlang.")
 (define-public erlang-mochiweb
   (package
     (name "erlang-mochiweb")
-    (version "3.2.2")
+    (version "3.3.0")
     (source
      (origin
        (method git-fetch)
@@ -377,7 +377,7 @@ Erlang.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0npsgdz2jfg633zv5q5q7y3qzz58wva0y6k9calswybq0mx6243v"))
+        (base32 "0mbq3k7j2vq0846kql3h4iqpf4mzpzbcylcryb23lzw88sv55crn"))
        (patches
         (search-patches
          "erlang-mochiweb-disable-known-to-fail-tests.patch"))))

Reply via email to