mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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>
This commit is contained in:
parent
e93da8693c
commit
e0649603cc
1 changed files with 2 additions and 2 deletions
|
|
@ -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 '()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue