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