summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@reuz.fr>2026-01-04 13:58:57 +0100
committerHilton Chain <hako@ultrarare.space>2026-01-05 18:36:13 +0800
commite593d7ac37ed8ca11b8cbae52fe78f6f8b8e3d2b (patch)
tree3fa76123541ee059caef73a04419261522de45e7 /nongnu/packages
parentf6767b95f7ca48e9cead47e2a47f1eef46daa543 (diff)
nongnu: babashka-clojure-tools: Set to 1.12.3.1577.
This fixes the version of babashka-clojure-tools to match the version expected by babashka@1.12.213. * nongnu/packages/clojure.scm (babashka-clojure-tools): Set to 1.12.3.1577. Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu/packages')
-rw-r--r--nongnu/packages/clojure.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/clojure.scm b/nongnu/packages/clojure.scm
index 80f58af..763e53e 100644
--- a/nongnu/packages/clojure.scm
+++ b/nongnu/packages/clojure.scm
@@ -181,7 +181,7 @@ perform refactors and more.")
(inherit clojure-tools-bin)
(name "babashka-clojure-tools")
;; Version must match the one hardcoded in #'borkdude.deps/version.
- (version "1.12.4.1582")
+ (version "1.12.3.1577")
(source
(origin
(inherit (package-source clojure-tools-bin))
@@ -189,7 +189,7 @@ perform refactors and more.")
version
".tar.gz"))
(sha256
- (base32 "08gzfblnz0zhnk6pwr9vcm6y168psgrwmqww3wqk1v7j5gr68n7x"))))))
+ (base32 "1k5s3sdz72j2faz4rsbgqq4i5f30npf6ms0sg3lp764bx0x53y5v"))))))
(define-public babashka
(package