[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/15: gnu: clojure-tools-deps-alpha: Update to 0.14.1212.
From: |
guix-commits |
Subject: |
07/15: gnu: clojure-tools-deps-alpha: Update to 0.14.1212. |
Date: |
Fri, 22 Jul 2022 18:40:51 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1eb357fdace536c2047cccf7e24d52f3e2166e42
Author: r0man <roman@burningswell.com>
AuthorDate: Sat Jul 16 20:24:12 2022 +0200
gnu: clojure-tools-deps-alpha: Update to 0.14.1212.
* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Update to 0.14.1212.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/clojure.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index eeedbfd88c..ba229070b7 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -482,7 +482,7 @@ work with command-line arguments.")
(define-public clojure-tools-deps-alpha
(package
(name "clojure-tools-deps-alpha")
- (version "0.12.1104")
+ (version "0.14.1212")
(home-page "https://github.com/clojure/tools.deps.alpha";)
(source (origin
(method git-fetch)
@@ -492,7 +492,7 @@ work with command-line arguments.")
(file-name (git-file-name name version))
(sha256
(base32
- "174m83n5m3arai2vbg434zjibbsr3r4pp7lz3adja8lxq7g21r80"))))
+ "0r8qfihii6cf95kl86x6zfldnm7wlkgda2qmq3340j1x03v244dd"))))
(build-system clojure-build-system)
(arguments
`(#:source-dirs '("src/main/clojure" "src/main/resources")
- branch master updated (c9a37f57cb -> 32a0036343), guix-commits, 2022/07/22
- 03/15: guix gc: '--delete-generations' now deletes old Home generations., guix-commits, 2022/07/22
- 02/15: home: Add 'home-generation-base'., guix-commits, 2022/07/22
- 04/15: gnu: eigen: Update to 3.4.0., guix-commits, 2022/07/22
- 05/15: gnu: clojure-tools-cli: Update to 1.0.206., guix-commits, 2022/07/22
- 07/15: gnu: clojure-tools-deps-alpha: Update to 0.14.1212.,
guix-commits <=
- 06/15: gnu: clojure-tools-gitlibs: Update to 2.4.181., guix-commits, 2022/07/22
- 08/15: gnu: clojure-tools: Update to 1.11.1.1149., guix-commits, 2022/07/22
- 10/15: gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1., guix-commits, 2022/07/22
- 11/15: gnu: clojure-core-match: Update to 1.0.0., guix-commits, 2022/07/22
- 13/15: doc: Clarify "Replicating Guix" section., guix-commits, 2022/07/22
- 09/15: gnu: clojure: Update to 1.11.1., guix-commits, 2022/07/22
- 12/15: gnu: clojure-instaparse: Update to 1.4.12., guix-commits, 2022/07/22
- 01/15: deploy: Honor '--dry-run'., guix-commits, 2022/07/22
- 14/15: gnu: git: Update to 2.37.1., guix-commits, 2022/07/22
- 15/15: gnu: iotop: Update to 1.22., guix-commits, 2022/07/22