~ruther/guix-local

6c004555a823edaad3666896e98c4f979ed9b20b — Mathieu Lirzin a month ago 8b69e1f
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>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/clojure.scm
M gnu/packages/clojure.scm => gnu/packages/clojure.scm +2 -2
@@ 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")