[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56604] [PATCH 4/8] gnu: clojure-tools: Update to 1.11.1.1149.---
From: |
r0man |
Subject: |
[bug#56604] [PATCH 4/8] gnu: clojure-tools: Update to 1.11.1.1149.--- |
Date: |
Sat, 16 Jul 2022 20:24:15 +0200 |
---
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 d33ee4f708..fa201f3110 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -153,14 +153,14 @@ (define (extract-library name)
(define-public clojure-tools
(package
(name "clojure-tools")
- (version "1.10.3.1040")
+ (version "1.11.1.1149")
(source
(origin
(method url-fetch)
(uri (string-append
"https://download.clojure.org/install/clojure-tools-"
version
".tar.gz"))
- (sha256 (base32 "0xvr9nmk9q789vp32zmmzj4macv8v7y9ivnfd6lf7i8vxgg6hvgv"))
+ (sha256 (base32 "196wl87br8zg3npfwpr5c1q0knxd1810vzgb0b6h195hyjf6i210"))
;; Remove AOT compiled JAR. The other JAR only contains uncompiled
;; Clojure source code.
(snippet
--
2.36.1
signature.asc
Description: PGP signature
- [bug#56604] [PATCH 0/8] Update Clojure to 1.11.1., r0man, 2022/07/16
- [bug#56604] [PATCH 5/8] gnu: clojure: Update to 1.11.1.This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps, r0man, 2022/07/16
- [bug#56604] [PATCH 1/8] gnu: clojure-tools-cli: Update to 1.0.206.---, r0man, 2022/07/16
- [bug#56604] [PATCH 2/8] gnu: clojure-tools-gitlibs: Update to 2.4.181.---, r0man, 2022/07/16
- [bug#56604] [PATCH 4/8] gnu: clojure-tools: Update to 1.11.1.1149.---,
r0man <=
- [bug#56604] [PATCH 6/8] gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1., r0man, 2022/07/16
- [bug#56604] [PATCH 7/8] gnu: clojure-core-match: Update to 1.0.0.---, r0man, 2022/07/16
- [bug#56604] [PATCH 3/8] gnu: clojure-tools-deps-alpha: Update to 0.14.1212.---, r0man, 2022/07/16
- [bug#56604] [PATCH 8/8] gnu: clojure-instaparse: Update to 1.4.12 (disabled AOT).This patch updates clojure-instaparse to 1.4.12. Due to the following AOT, r0man, 2022/07/16
- Message not available
- [bug#56604] [PATCH 0/8] Update Clojure to 1.11.1., Maxime Devos, 2022/07/19
- bug#56604: [PATCH 0/8] Update Clojure to 1.11.1., Ludovic Courtès, 2022/07/22
- Message not available