mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: leiningen: update to 2.11.2
* nongnu/packages/clojure.scm (leiningen): update to 2.11.2 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
5b14ef8a7c
commit
f08390f988
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ lets you focus on your code.")
|
||||||
(package
|
(package
|
||||||
(inherit leiningen-jar)
|
(inherit leiningen-jar)
|
||||||
(name "leiningen")
|
(name "leiningen")
|
||||||
(version "2.10.0")
|
(version "2.11.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -60,7 +60,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
|
||||||
"0xvniav6iy1yrbamvbg8i3dq8issiczv3rbig2yc3nm08d2q0rig"))))
|
"19q59dwj3hmn210l8zblkdb4ia17is2g3m0v1x7qmvavwpwyrl2g"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue