summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2026-01-06 02:30:56 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:31:28 +0100
commitbea1874d98df58caa80fd62cce43f4e513eba39d (patch)
treebf033e2bb377d0edbb410eee67e2f70fb0af5c57 /gnu
parent7968a750311bc2d36718cfc2a911e44793f26c91 (diff)
gnu: clojure-tools-deps-alpha: Update to 0.15.1254.
* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Update to 0.15.1254. Change-Id: I8a1564f67c9bf3a1e27e4294527f250503346c19 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #5162 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/clojure.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 301c2878dc0..830870810b9 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -974,7 +974,7 @@ dependency graph expansion and the creation of classpaths.")
;; Keeping it to give downstream packages a chance to upgrade
(package
(name "clojure-tools-deps-alpha")
- (version "0.14.1212")
+ (version "0.15.1254")
(home-page "https://github.com/clojure/tools.deps.alpha")
(source (origin
(method git-fetch)
@@ -984,7 +984,7 @@ dependency graph expansion and the creation of classpaths.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r8qfihii6cf95kl86x6zfldnm7wlkgda2qmq3340j1x03v244dd"))))
+ "17zvizzw637az7facwipsrg9b1kjci03aycg6w5pnjpg6b6nd5m6"))))
(build-system clojure-build-system)
(arguments
`(#:source-dirs '("src/main/clojure" "src/main/resources")