gnu: rust-pasetors-0.6: Update to 0.6.8.
* gnu/packages/crates-io.scm (rust-pasetors-0.6): Update to 0.6.8. Change-Id: I0aa46b51dff18a3045d8efd41da23111af33257amaster
parent
337b34e917
commit
0dcb5a1ca0
|
@ -49317,14 +49317,14 @@ find a device path by its ID.")
|
||||||
(define-public rust-pasetors-0.6
|
(define-public rust-pasetors-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-pasetors")
|
(name "rust-pasetors")
|
||||||
(version "0.6.7")
|
(version "0.6.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "pasetors" version))
|
(uri (crate-uri "pasetors" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h4li2j46hdy58dpnn5ji4z4b4clbr2a6689jmaqv409lfcmcxms"))))
|
"1fkdp4lya95nrkrds3i14288g4a85gxrlg8lnz8hs8zjcryd8dkb"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in New Issue