1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: clojure-tools-analyzer-jvm: Update to 1.3.4.

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

Change-Id: I795b935ecd65aed05f538f53b5116d6d748da63a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Mathieu Lirzin
2026-01-06 02:29:19 +01:00
committed by Rutherther
parent 86919a3b43
commit 0e6b1117eb

View File

@@ -845,7 +845,7 @@ format.")
(define-public clojure-tools-analyzer-jvm
(package
(name "clojure-tools-analyzer-jvm")
(version "1.3.0")
(version "1.3.4")
(home-page "https://github.com/clojure/tools.analyzer.jvm")
(source (origin
(method git-fetch)
@@ -855,7 +855,7 @@ format.")
(file-name (git-file-name name version))
(sha256
(base32
"13nxzdp15772hzl3jmi5014jkwldkm1qccfycwkk2pn64hycmnxl"))))
"0pk9z8zf9bgzj0wi98yx130l7570arnxfsg9508g1jvq83djpn21"))))
(build-system clojure-build-system)
(arguments
'(#:source-dirs '("src/main/clojure")