mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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>
This commit is contained in:
parent
dc479ce1bf
commit
73fd3ad464
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue