mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: clojure-tools-gitlibs: Update to 2.6.212.
* gnu/packages/clojure.scm (clojure-tools-gitlibs): Update to 2.6.212. Change-Id: I5c88f2435568c5816f6f6c9d222b619c5d99cbf1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e0649603cc
commit
942ddefae2
1 changed files with 2 additions and 2 deletions
|
|
@ -1035,7 +1035,7 @@ dependency graph expansion and the creation of classpaths.")
|
|||
(define-public clojure-tools-gitlibs
|
||||
(package
|
||||
(name "clojure-tools-gitlibs")
|
||||
(version "2.4.181")
|
||||
(version "2.6.212")
|
||||
(home-page "https://github.com/clojure/tools.gitlibs")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
|
@ -1045,7 +1045,7 @@ dependency graph expansion and the creation of classpaths.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1d8c79f33axghadwqa955yjfsxa6fgl8jq4nfll2zrp6sjw0597k"))))
|
||||
"199n58dwh44rlb0m514swh6zx3flckq3lccxv9dwbypbv29n9ghq"))))
|
||||
(build-system clojure-build-system)
|
||||
(arguments
|
||||
'(#:source-dirs '("src/main/clojure")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue