mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: babashka: Update to 1.12.213.
* nongnu/packages/clojure.scm (babashka): Update to 1.12.213. (babashka-clojure-tools) Update to 1.12.4.1582. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
14e1ab545a
commit
bc11837fb2
1 changed files with 5 additions and 4 deletions
|
|
@ -181,19 +181,20 @@ perform refactors and more.")
|
||||||
(inherit clojure-tools-bin)
|
(inherit clojure-tools-bin)
|
||||||
(name "babashka-clojure-tools")
|
(name "babashka-clojure-tools")
|
||||||
;; Version must match the one hardcoded in #'borkdude.deps/version.
|
;; Version must match the one hardcoded in #'borkdude.deps/version.
|
||||||
(version "1.12.0.1530")
|
(version "1.12.4.1582")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(inherit (package-source clojure-tools-bin))
|
(inherit (package-source clojure-tools-bin))
|
||||||
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
|
(uri (string-append "https://download.clojure.org/install/clojure-tools-"
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256 (base32 "0jgd0lki1mml7ppccxnbhj9jbpy5cy3s11775p9kkfi6h654pwhg"))))))
|
(sha256
|
||||||
|
(base32 "08gzfblnz0zhnk6pwr9vcm6y168psgrwmqww3wqk1v7j5gr68n7x"))))))
|
||||||
|
|
||||||
(define-public babashka
|
(define-public babashka
|
||||||
(package
|
(package
|
||||||
(name "babashka")
|
(name "babashka")
|
||||||
(version "1.12.200")
|
(version "1.12.213")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/tarbomb)
|
(method url-fetch/tarbomb)
|
||||||
(uri (string-append "https://github.com/babashka/babashka"
|
(uri (string-append "https://github.com/babashka/babashka"
|
||||||
|
|
@ -201,7 +202,7 @@ perform refactors and more.")
|
||||||
version "-linux-amd64.tar.gz"))
|
version "-linux-amd64.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bmfnkh7mi15h6gkw9az6f2p4grcyi7cj90f86xg4ljbjnidp2n3"))))
|
"0p2rxkjk1n3wgzhnpasigs09b0h8q5vhjgpn04mfd3fg20fgkax3"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:patchelf-plan
|
(list #:patchelf-plan
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue