From 2bdefd49dcd4309447345d041da1981a282e8496 Mon Sep 17 00:00:00 2001 From: Jelle Licht Date: Wed, 12 May 2021 18:02:49 +0200 Subject: nongnu: leiningen: Update to 2.9.6. * nongnu/packages/clojure.scm: (leiningen): Update to 2.9.6. (leiningen-jar): Dito. --- nongnu/packages/clojure.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nongnu/packages/clojure.scm b/nongnu/packages/clojure.scm index c1e9f5c..36ccadc 100644 --- a/nongnu/packages/clojure.scm +++ b/nongnu/packages/clojure.scm @@ -30,7 +30,7 @@ (define leiningen-jar (package (name "leiningen-jar") - (version "2.9.5") + (version "2.9.6") (source (origin (method url-fetch) (uri (string-append "https://github.com/technomancy/leiningen/releases/download/" @@ -38,7 +38,7 @@ (file-name "leiningen-standalone.jar") (sha256 (base32 - "1shyvg1471sc3bv4h3ax51626xw8a8w05f43bny6gmp8pyc0qjfz")))) + "1f3hb57rqp9qkh5n2wf65dvxraf21y15s3g643f2fhzc7vvl7ia1")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) @@ -60,7 +60,7 @@ lets you focus on your code.") (package (inherit leiningen-jar) (name "leiningen") - (version "2.9.5") + (version "2.9.6") (source (origin (method git-fetch) (uri (git-reference @@ -69,7 +69,7 @@ lets you focus on your code.") (file-name (git-file-name name version)) (sha256 (base32 - "0w6f1wg6qpa8fa7zmbp3zj5rgvy8jb4mx8885g1cxbn021r4npis")))) + "0z1zwx5aq5gvp6396gmq8dl0yh0i8sshsw3vsvfbl96246in5yz8")))) (build-system gnu-build-system) (arguments `(#:tests? #f -- cgit v1.2.3