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 | |
| 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')
| -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.") | |||
| 496 | (define-public clojure-core-async | 496 | (define-public clojure-core-async |
| 497 | (package | 497 | (package |
| 498 | (name "clojure-core-async") | 498 | (name "clojure-core-async") |
| 499 | (version "1.6.681") | 499 | (version "1.8.741") |
| 500 | (home-page "https://github.com/clojure/core.async") | 500 | (home-page "https://github.com/clojure/core.async") |
| 501 | (source (origin | 501 | (source (origin |
| 502 | (method git-fetch) | 502 | (method git-fetch) |
| @@ -506,7 +506,7 @@ defining and using monads and useful monadic functions.") | |||
| 506 | (file-name (git-file-name name version)) | 506 | (file-name (git-file-name name version)) |
| 507 | (sha256 | 507 | (sha256 |
| 508 | (base32 | 508 | (base32 |
| 509 | "1j9yz14hy2qs8g3flsqkn1sx9c0qlr5mmpy6ab1zml9yhbw5arzg")))) | 509 | "1m6lir2xr119yxz483cz0rfw4k3a40qmmsiwl2y7kyxy65vab60z")))) |
| 510 | (build-system clojure-build-system) | 510 | (build-system clojure-build-system) |
| 511 | (arguments | 511 | (arguments |
| 512 | '(#:source-dirs '("src/main/clojure") | 512 | '(#:source-dirs '("src/main/clojure") |
