guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7f50d76a122186b400edfc67a7817d96e44d2ee5
Author: Giacomo Leidi <[email protected]>
AuthorDate: Sat Jul 18 11:05:16 2026 +0200

    gnu: erlang-katana-code: Update to 2.4.3.
    
    * gnu/packages/erlang.scm (erlang-katana-code): Update to 2.4.3.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/erlang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index a4efd15bdc..4a79df09c5 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -312,13 +312,13 @@ printing extending the io:format syntax to add colours.")
 (define-public erlang-katana-code
   (package
     (name "erlang-katana-code")
-    (version "2.4.1")
+    (version "2.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (hexpm-uri "katana_code" version))
        (sha256
-        (base32 "0fhbkgs81ym7g6gnkvchls3r49bvgzg0rdfa60iciawxblxwdvsq"))))
+        (base32 "1vnchrqx3jk0bsd06xxmzrmw90x3044yn8vxybgcwidavd1n6k31"))))
     (build-system rebar-build-system)
     (synopsis "Functions useful for processing Erlang code.")
     (description

Reply via email to