nongnu: leiningen: Update to 2.9.7.

* nongnu/packages/clojure.scm: (leiningen): Update to 2.9.7.
(leiningen-jar): Likewise.
This commit is contained in:
Jelle Licht 2021-09-16 17:12:38 +02:00
parent 265a20a2ce
commit 90635824cc
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -72,15 +72,15 @@ programs.")
(define leiningen-jar (define leiningen-jar
(package (package
(name "leiningen-jar") (name "leiningen-jar")
(version "2.9.6") (version "2.9.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/technomancy/leiningen/releases/download/" (uri (string-append "https://github.com/technomancy/leiningen/releases/download/"
version "/leiningen-" version "-standalone.zip")) version "/leiningen-" version "-standalone.jar"))
(file-name "leiningen-standalone.jar") (file-name "leiningen-standalone.jar")
(sha256 (sha256
(base32 (base32
"1f3hb57rqp9qkh5n2wf65dvxraf21y15s3g643f2fhzc7vvl7ia1")))) "00m8xbrfbkv84jncssr3jg86y6k7pc2iamvdpl7bppgcmha19w42"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:modules ((guix build utils))
@ -102,7 +102,7 @@ lets you focus on your code.")
(package (package
(inherit leiningen-jar) (inherit leiningen-jar)
(name "leiningen") (name "leiningen")
(version "2.9.6") (version "2.9.7")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -111,7 +111,7 @@ lets you focus on your code.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0z1zwx5aq5gvp6396gmq8dl0yh0i8sshsw3vsvfbl96246in5yz8")))) "1sx54g50rb6pj9mhqp77byh1ikfic7cmyifacxn4mi4a5j949kly"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f