mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: leiningen: Update to 2.10.0.
* nongnu/packages/clojure.scm (leiningen, leiningen-jar): Update to 2.10.0.
This commit is contained in:
parent
79c6a83953
commit
5a54541e23
1 changed files with 5 additions and 5 deletions
|
@ -20,14 +20,14 @@
|
||||||
(define leiningen-jar
|
(define leiningen-jar
|
||||||
(package
|
(package
|
||||||
(name "leiningen-jar")
|
(name "leiningen-jar")
|
||||||
(version "2.9.10")
|
(version "2.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri "https://codeberg.org/attachments/895a0a0d-f20d-4580-a277-e06b5eec3b6b")
|
(uri "https://codeberg.org/attachments/43cebda5-a7c2-405b-b641-5143a00051b5")
|
||||||
(file-name "leiningen-standalone.jar")
|
(file-name "leiningen-standalone.jar")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ja9q8lav83h5qhayjgc39f6yyvk1n5f6gfwznn561xm007m6a52"))))
|
"0d5vmpyp9ddxpj1s5c60fv2f5iimz1chbgfhchlaqxa0sfx9jwnj"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
@ -49,7 +49,7 @@ lets you focus on your code.")
|
||||||
(package
|
(package
|
||||||
(inherit leiningen-jar)
|
(inherit leiningen-jar)
|
||||||
(name "leiningen")
|
(name "leiningen")
|
||||||
(version "2.9.10")
|
(version "2.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -58,7 +58,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
|
||||||
"1hl62ykq7sckfpgg5l3wpzq5smh6s572xnadr988vpl97l2x1g4y"))))
|
"0xvniav6iy1yrbamvbg8i3dq8issiczv3rbig2yc3nm08d2q0rig"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue