mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:49:18 +01:00
gnu: clojure-tools-cli: Update to 1.0.206.
* gnu/packages/clojure.scm (clojure-tools-cli): Update to 1.0.206. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a0f39b7d79
commit
b11fc326fa
1 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ concise, powerful tests.")
|
||||||
(define-public clojure-tools-cli
|
(define-public clojure-tools-cli
|
||||||
(package
|
(package
|
||||||
(name "clojure-tools-cli")
|
(name "clojure-tools-cli")
|
||||||
(version "0.4.2")
|
(version "1.0.206")
|
||||||
(home-page "https://github.com/clojure/tools.cli")
|
(home-page "https://github.com/clojure/tools.cli")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -467,7 +467,7 @@ concise, powerful tests.")
|
||||||
(commit (string-append "tools.cli-" version))))
|
(commit (string-append "tools.cli-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1yqlm8lwbcjm0dp032z7vzc4bdlmc4jixznvf4adsqhvqw85hvj2"))))
|
(base32 "1hvk5zacl3fr8lfcbfgckaicqjx697j0kzw2x5hwj8j5xlr8ri2r"))))
|
||||||
(build-system clojure-build-system)
|
(build-system clojure-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:source-dirs '("src/main/clojure/")
|
'(#:source-dirs '("src/main/clojure/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue