gnu: clojure-tools-analyzer: Update to 1.2.1.

* gnu/packages/clojure.scm (clojure-tools-analyzer): Update to 1.2.1.

Change-Id: I2f523e4030d97b2d4834fb7afcaa7a2119f7f2f5
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mathieu Lirzin 2026-01-06 02:28:48 +01:00 committed by Ludovic Courtès
parent ea3317d9c2
commit dc479ce1bf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -820,7 +820,7 @@ tree.
(define-public clojure-tools-analyzer
(package
(name "clojure-tools-analyzer")
(version "1.2.0")
(version "1.2.1")
(home-page "https://github.com/clojure/tools.analyzer")
(source (origin
(method git-fetch)
@ -830,7 +830,7 @@ tree.
(file-name (git-file-name name version))
(sha256
(base32
"05v4i8qs5d51lh113phib0brkysphxa2d71khm840586432knyaa"))))
"0apa3gc45rmdj19plbvglpj6i9dadkgvvidj5mcnkzi9y3h0nr27"))))
(build-system clojure-build-system)
(arguments
'(#:source-dirs '("src/main/clojure")