mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
gnu: clojure-data-codec: Update to 0.2.1.
* gnu/packages/clojure.scm (clojure-data-codec): Update to 0.2.1. Change-Id: I6d0117c30933a87b57e206a71f52a992194443e8 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
b9a7ae6380
commit
ce091b777d
@@ -609,17 +609,17 @@ Least-recently-used, Least-used and Time-to-live.")
|
||||
(define-public clojure-data-codec
|
||||
(package
|
||||
(name "clojure-data-codec")
|
||||
(version "0.1.1")
|
||||
(version "0.2.1")
|
||||
(home-page "https://github.com/clojure/data.codec")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "data.codec-" version))))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"192df1dmbwvf1x837mi731n9x94bdypaz18va45plzgdsh4xx6dr"))))
|
||||
"1wxqwkbpaxjchh03lwy3ngyx6dwv7x7l1qhac42dl6bg213izil5"))))
|
||||
(build-system clojure-build-system)
|
||||
(arguments
|
||||
'(#:source-dirs '("src/main/clojure")
|
||||
|
||||
Reference in New Issue
Block a user