diff options
| author | Roman Scherer <roman@burningswell.com> | 2025-11-03 14:44:54 +0000 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2025-11-07 11:25:37 +0100 |
| commit | ba6ce23e785d1ccd9194202d8f27f6db4b649170 (patch) | |
| tree | 4a1066eee786613d489c241e78db3d5f2c3c5460 /nongnu | |
| parent | 11948a9d12d2c0fe317e52d5fcfd783cc87778e0 (diff) | |
nongnu: leiningen: Update to 2.12.0.
* nongnu/packages/clojure.scm (leiningen): Update to 2.12.0.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/clojure.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/clojure.scm b/nongnu/packages/clojure.scm index dbbd20d..da8eb9d 100644 --- a/nongnu/packages/clojure.scm +++ b/nongnu/packages/clojure.scm @@ -56,7 +56,7 @@ lets you focus on your code.") (package (inherit leiningen-jar) (name "leiningen") - (version "2.11.2") + (version "2.12.0") (source (origin (method git-fetch) (uri (git-reference @@ -65,7 +65,7 @@ lets you focus on your code.") (file-name (git-file-name name version)) (sha256 (base32 - "19q59dwj3hmn210l8zblkdb4ia17is2g3m0v1x7qmvavwpwyrl2g")))) + "0alr5hahfc4wzfkhzm7cdbk10p2z0rjv0nbnr6nwf29sa650b8cf")))) (build-system gnu-build-system) (arguments `(#:tests? #f |
