diff options
| author | Mathieu Lirzin <mthl@gnu.org> | 2026-01-06 02:25:28 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:31:19 +0100 |
| commit | 51d683638656bf3830026db0a6e558527952ccbf (patch) | |
| tree | 5c8104a32cdddb25e8f01b2c95b40896a2434eb0 /gnu/packages/clojure.scm | |
| parent | 0e8ce5b843accc9634e7bf9ad93515980b791dcb (diff) | |
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 <ludo@gnu.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/clojure.scm')
| -rw-r--r-- | gnu/packages/clojure.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm index b946928b8c9..c70b23d1d52 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") |
