summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2025-12-27 02:17:23 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:31:04 +0100
commit86074438e15cdfd6c1364358fb1a047f4977fb5d (patch)
treed8993e11f2edac80db4c3754d4e778d72ea0b101
parent441819989d40a2b63d221c698f0345007d9ea4d7 (diff)
gnu: clojure-tools-deps: Update to 0.28.1569.
* gnu/packages/clojure.scm (clojure-tools-deps): Update to 0.28.1569 and lint. Change-Id: I4a976d8a12b79b7147670d87799c31c4bc56f9dd Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/clojure.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index d0e648143b8..9745b9237c9 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -780,7 +780,7 @@ work with command-line arguments.")
780(define-public clojure-tools-deps 780(define-public clojure-tools-deps
781 (package 781 (package
782 (name "clojure-tools-deps") 782 (name "clojure-tools-deps")
783 (version "0.18.1354") 783 (version "0.28.1569")
784 (home-page "https://github.com/clojure/tools.deps") 784 (home-page "https://github.com/clojure/tools.deps")
785 (source (origin 785 (source (origin
786 (method git-fetch) 786 (method git-fetch)
@@ -790,13 +790,14 @@ work with command-line arguments.")
790 (file-name (git-file-name name version)) 790 (file-name (git-file-name name version))
791 (sha256 791 (sha256
792 (base32 792 (base32
793 "0ls5nixhsjjhf3qz8kbyhmks5lw7a25zxl46yrizbw7vba3mzrpl")))) 793 "04s8cishxm1y4vnx8mpdk1qma6j0khmb356j69fsy14s615yjgfg"))))
794 (build-system clojure-build-system) 794 (build-system clojure-build-system)
795 (arguments 795 (arguments
796 `(#:source-dirs '("src/main/clojure" "src/main/resources") 796 `(#:source-dirs '("src/main/clojure" "src/main/resources")
797 #:test-dirs '("src/test/clojure") 797 #:test-dirs '("src/test/clojure")
798 #:doc-dirs '() 798 #:doc-dirs '()
799 ;; FIXME: Could not initialize class org.eclipse.aether.transport.http.SslSocketFactory 799 ;; FIXME: Could not initialize class
800 ;; org.eclipse.aether.transport.http.SslSocketFactory
800 #:tests? #f 801 #:tests? #f
801 #:phases 802 #:phases
802 (modify-phases %standard-phases 803 (modify-phases %standard-phases