mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
nongnu: leiningen: Update to 2.9.10
* nongnu/packages/clojure.scm (leiningen): Update to 2.9.10. [source]: main repository has been moved to codeberg. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
e5cddddc54
commit
75e3544a7c
1 changed files with 6 additions and 7 deletions
|
@ -35,15 +35,14 @@
|
||||||
(define leiningen-jar
|
(define leiningen-jar
|
||||||
(package
|
(package
|
||||||
(name "leiningen-jar")
|
(name "leiningen-jar")
|
||||||
(version "2.9.8")
|
(version "2.9.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/technomancy/leiningen/releases/download/"
|
(uri "https://codeberg.org/attachments/895a0a0d-f20d-4580-a277-e06b5eec3b6b")
|
||||||
version "/leiningen-" version "-standalone.jar"))
|
|
||||||
(file-name "leiningen-standalone.jar")
|
(file-name "leiningen-standalone.jar")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13f4n15i0gsk9jq52gxivnsk32qjahmxgrddm54cf8ynw0a923ia"))))
|
"1ja9q8lav83h5qhayjgc39f6yyvk1n5f6gfwznn561xm007m6a52"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
@ -65,16 +64,16 @@ lets you focus on your code.")
|
||||||
(package
|
(package
|
||||||
(inherit leiningen-jar)
|
(inherit leiningen-jar)
|
||||||
(name "leiningen")
|
(name "leiningen")
|
||||||
(version "2.9.8")
|
(version "2.9.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/technomancy/leiningen.git")
|
(url "https://codeberg.org/leiningen/leiningen.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i6pn8vzzhgnm9hmlb92z65l79nxcxa5zdsrgg5svq7vmbixgnhl"))))
|
"1hl62ykq7sckfpgg5l3wpzq5smh6s572xnadr988vpl97l2x1g4y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue