mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
036196369c
commit
843aea279b
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue