guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 843aea279bb8bc6716f7e5dcd99af5df4a3bdb85
Author: Mathieu Lirzin <[email protected]>
AuthorDate: Tue Jan 6 02:25:28 2026 +0100

    gnu: clojure-core-async: Update to 1.8.741.
    
    * gnu/packages/clojure.scm (clojure-core-async): Update to 1.8.741.
    
    Change-Id: I994d3e81d6ba08681cecd3d4e19a145637441411
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/clojure.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index b946928b8c..c70b23d1d5 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -496,7 +496,7 @@ defining and using monads and useful monadic functions.")
 (define-public clojure-core-async
   (package
     (name "clojure-core-async")
-    (version "1.6.681")
+    (version "1.8.741")
     (home-page "https://github.com/clojure/core.async";)
     (source (origin
               (method git-fetch)
@@ -506,7 +506,7 @@ defining and using monads and useful monadic functions.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j9yz14hy2qs8g3flsqkn1sx9c0qlr5mmpy6ab1zml9yhbw5arzg"))))
+                "1m6lir2xr119yxz483cz0rfw4k3a40qmmsiwl2y7kyxy65vab60z"))))
     (build-system clojure-build-system)
     (arguments
      '(#:source-dirs '("src/main/clojure")

Reply via email to