gnu: rust-dlib-0.5: Update to 0.5.2.
* gnu/packages/crates-io.scm (rust-dlib-0.5): Update to 0.5.2. [cargo-inputs]: Replace rust-libloading-0.7 with 0.8. Change-Id: I8c2cfc221340e870873fc46c4d0829e48f3671e6
This commit is contained in:
parent
faf059d30c
commit
ba053343f1
1 changed files with 3 additions and 5 deletions
|
@ -23225,7 +23225,7 @@ Google's diff-match-patch.")
|
||||||
(define-public rust-dlib-0.5
|
(define-public rust-dlib-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-dlib")
|
(name "rust-dlib")
|
||||||
(version "0.5.0")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -23233,14 +23233,12 @@ Google's diff-match-patch.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1547hy7nrhkrb2i09va244c0h8mr845ccbs2d2mc414c68bpa6xc"))))
|
"04m4zzybx804394dnqs1blz241xcy480bdwf3w9p4k6c3l46031k"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;FIXME: Several macros are not found.
|
`(#:tests? #f ;FIXME: Several macros are not found.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-libloading" ,rust-libloading-0.7))))
|
(("rust-libloading" ,rust-libloading-0.8))))
|
||||||
(inputs
|
|
||||||
(list rust-libloading-0.7))
|
|
||||||
(home-page "https://github.com/vberger/dlib")
|
(home-page "https://github.com/vberger/dlib")
|
||||||
(synopsis "Helper macros for manually loading optional system libraries")
|
(synopsis "Helper macros for manually loading optional system libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue