gnu: clojure-tools-reader: Update to 1.6.0. * gnu/packages/clojure.scm (clojure-tools-reader): Update to 1.6.0. Change-Id: Ia76d47a38e52b52452e6d4320bc6dac631fa7c82 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-test-check: Update to 1.1.3. * gnu/packages/clojure.scm (clojure-test-check): Update to 1.1.3. Change-Id: Icbdd1c08031c4537cb88f7350dd96220ee739946 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-tools-gitlibs: Update to 2.6.212. * gnu/packages/clojure.scm (clojure-tools-gitlibs): Update to 2.6.212. Change-Id: I5c88f2435568c5816f6f6c9d222b619c5d99cbf1 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-tools-logging: Update to 1.3.1. * gnu/packages/clojure.scm (clojure-tools-logging): Update to 1.3.1. Change-Id: I04b5475a06ddc5ec385f00fa044880bac0e46618 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: http-kit: Update to 2.8.1. * gnu/packages/clojure.scm (http-kit): Update to 2.8.1. Change-Id: I5c0a12457d4aab2c03dafe762c81d9c68911ea43 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-data-json: Update to 2.5.2. * gnu/packages/clojure.scm (clojure-data-json): Update to 2.5.2. Change-Id: I92c1b67ccfbe2f11394e281465810444134bdef9 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-algo-generic: Update to 1.0.1. * gnu/packages/clojure.scm (clojure-algo-generic): Update to 1.0.1. Change-Id: I7b5d4367c66c994a6725071c52ae16d05a4e9fd4 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-core-cache: Update to 1.2.249. * gnu/packages/clojure.scm (clojure-core-cache): Update to 1.2.249. Change-Id: I5ab6b0dcb3739707840489710c66842eda3aba34 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure: Reference existing packages. * gnu/packages/clojure.scm (package-sources): New function. (clojure): Use it. Change-Id: I9085c122cc84242264a9b3028165af7e72379477 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add clojure-test-generative. * gnu/packages/clojure.scm (clojure-test-generative): New variable. Change-Id: I4798cca783b6e0c81243a96224002de65839068a Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add clojure-tools-namespace. * gnu/packages/clojure.scm (clojure-tools-namespace): New variable. Change-Id: I00ff6953d976af7309dac518e362d6fa129ef3a8 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add clojure-data-generators. * gnu/packages/clojure.scm (clojure-data-generators): New variable. Change-Id: I013e1a323681304d92e9e1ce5ffa4b9c8f6080cf Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add clojure-core-specs-alpha. * gnu/packages/clojure.scm (clojure-core-specs-alpha): New variable. Change-Id: Ib74130d977c4cc40038f3f44e10875d953915e1b Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add clojure-spec-alpha. * gnu/packages/clojure.scm (clojure-spec-alpha): New variable. Change-Id: Id7136fd6637e920a40af5f6628ec8537a1fd9f51 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add clojure-java-classpath. * gnu/packages/clojure.scm (clojure-java-classpath): New variable. Change-Id: I46e87f1e7b41c77d0a7097729fe29176545c7e86 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: Add cognitect-aws-api. * gnu/packages/clojure.scm (cognitect-aws-api): New variable. (clojure-tools-deps): Use it. Change-Id: I1df8d2c5fceed621c1fc1676c9f766d0ac488b04 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-tools: Add missing SLF4J logger implementation. Previously the following warning was appearing when running some ‘clj’ commands: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. * gnu/packages/clojure.scm (clojure-tools)[inputs]: Add java-slf4j-nop. Change-Id: I80d3575a5b533dfd6a3d42d8846170c7ae1b2268 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-tools-deps: Default to local clojure jar. * gnu/packages/clojure.scm (clojure-tools-deps): Reference clojure input jar in “deps.edn” resource. Change-Id: I0404a922c2717fc1a8f869d070f34be8a73e87b5 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-tools-deps: Update to 0.28.1569. * gnu/packages/clojure.scm (clojure-tools-deps): Update to 0.28.1569 and lint. Change-Id: I4a976d8a12b79b7147670d87799c31c4bc56f9dd Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
gnu: clojure-tools: Update to 1.12.4.1582. * gnu/packages/clojure.scm (clojure-tools): Update to 1.12.4.1582. Change-Id: I7debf934c114837dfc86d0a646231872a64f1fdf Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>