mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: leiningen: Update to 2.9.8.
* nongnu/packages/clojure.scm (leiningen): Update to 2.9.8.
This commit is contained in:
parent
64ad1f6be1
commit
d0b3c05619
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ lets you focus on your code.")
|
|||
(package
|
||||
(inherit leiningen-jar)
|
||||
(name "leiningen")
|
||||
(version "2.9.7")
|
||||
(version "2.9.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -111,7 +111,7 @@ lets you focus on your code.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sx54g50rb6pj9mhqp77byh1ikfic7cmyifacxn4mi4a5j949kly"))))
|
||||
"1i6pn8vzzhgnm9hmlb92z65l79nxcxa5zdsrgg5svq7vmbixgnhl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue