gnu: rust-java-locator-0.1: Update to 0.1.8.

* gnu/packages/crates-io.scm (rust-java-locator-0.1): Update to 0.1.8.
[cargo-inputs]: Remove rust-lazy-static-1.
[native-inputs]: Add which.

Change-Id: I0bdebba66b8791068f36e06ece2740813331c60c
This commit is contained in:
Efraim Flashner 2024-12-24 22:32:48 +02:00
parent 500e0556ff
commit a0be32bc71
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -39088,20 +39088,20 @@ (define-public rust-jack-sys-0.2
(define-public rust-java-locator-0.1
(package
(name "rust-java-locator")
(version "0.1.5")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "java-locator" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hl06w62yzvfzrl6pwgzssx8006s508hylnq44n22by5v4pky04h"))))
(base32 "1dfyawm101s0qxx73dpdc9gyfm462xpc8ppd979mssmgjj4g49bg"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Tests want java in the path
#:cargo-inputs (("rust-docopt" ,rust-docopt-1)
("rust-glob" ,rust-glob-0.3)
("rust-lazy-static" ,rust-lazy-static-1))))
("rust-glob" ,rust-glob-0.3))))
(native-inputs (list which))
(home-page "https://github.com/astonbitecode/java-locator")
(synopsis "Locates a Java installation in the host")
(description "Locates a Java installation in the host.")