mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (define-public rust-dissimilar-1
|
|||
(define-public rust-dlib-0.5
|
||||
(package
|
||||
(name "rust-dlib")
|
||||
(version "0.5.0")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -23233,14 +23233,12 @@ (define-public rust-dlib-0.5
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1547hy7nrhkrb2i09va244c0h8mr845ccbs2d2mc414c68bpa6xc"))))
|
||||
"04m4zzybx804394dnqs1blz241xcy480bdwf3w9p4k6c3l46031k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;FIXME: Several macros are not found.
|
||||
#:cargo-inputs
|
||||
(("rust-libloading" ,rust-libloading-0.7))))
|
||||
(inputs
|
||||
(list rust-libloading-0.7))
|
||||
(("rust-libloading" ,rust-libloading-0.8))))
|
||||
(home-page "https://github.com/vberger/dlib")
|
||||
(synopsis "Helper macros for manually loading optional system libraries")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue