summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2026-01-06 02:13:33 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:31:15 +0100
commit8b69e1f8006e8fd4908f4559c3e150d6b04cb34e (patch)
treed74be3ad0b1019c4e5c8d46f43d6b62b602c1ed1 /gnu/packages
parent55a9281ad0ab27a4f3974511e0ffb53720a8353d (diff)
gnu: clojure-tools-logging: Update to 1.3.1.
* gnu/packages/clojure.scm (clojure-tools-logging): Update to 1.3.1. Change-Id: I04b5475a06ddc5ec385f00fa044880bac0e46618 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages')
-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 c57a920ef8b..eb9d7b29066 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -1063,7 +1063,7 @@ keeps a cache of git directories and working trees that can be reused.")
(define-public clojure-tools-logging
(package
(name "clojure-tools-logging")
- (version "1.3.0")
+ (version "1.3.1")
(home-page "https://github.com/clojure/tools.logging")
(source (origin
(method git-fetch)
@@ -1073,7 +1073,7 @@ keeps a cache of git directories and working trees that can be reused.")
(file-name (git-file-name name version))
(sha256
(base32
- "106n4cxsxzs0hvpsfi1h14b09xm6klrvj1g5fbd5nw8fj3mpkdac"))))
+ "1jdk7b6zm73m7nki76123ik6px9rl5g5wb06298v34h56qyck8lr"))))
(build-system clojure-build-system)
(arguments
'(#:doc-dirs '()