mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: clojure-data-json: Update to 2.5.2.
* gnu/packages/clojure.scm (clojure-data-json): Update to 2.5.2. Change-Id: I92c1b67ccfbe2f11394e281465810444134bdef9 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7155f4fd84
commit
7b286b0809
1 changed files with 2 additions and 2 deletions
|
|
@ -663,7 +663,7 @@ relaxed.")
|
|||
(define-public clojure-data-json
|
||||
(package
|
||||
(name "clojure-data-json")
|
||||
(version "2.5.0")
|
||||
(version "2.5.2")
|
||||
(home-page "https://github.com/clojure/data.json")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
|
@ -673,7 +673,7 @@ relaxed.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"04k3fr9y1gp337h0d2zxam3aa3hl046r2g2qiizn7aq0rq6311p9"))))
|
||||
"0xkcd6h5g7yhr839wci6dsynmbijj9r5mrrj70gx849mkhj98411"))))
|
||||
(build-system clojure-build-system)
|
||||
(arguments
|
||||
'(#:source-dirs '("src/main/clojure")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue