mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: rust-pasetors-0.6: Update to 0.6.7.
* gnu/packages/crates-io.scm (rust-pasetors-0.6): Update to 0.6.7. Change-Id: Ia1ff5a97bffd25390dbfb8e3ea388287d20540a0
This commit is contained in:
parent
8652320170
commit
396f7cde82
1 changed files with 2 additions and 2 deletions
|
@ -49294,14 +49294,14 @@ (define-public rust-partial-io-0.2
|
|||
(define-public rust-pasetors-0.6
|
||||
(package
|
||||
(name "rust-pasetors")
|
||||
(version "0.6.6")
|
||||
(version "0.6.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pasetors" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sgag8mxix45inzmvkcp2nahmnd5gdi62wdh5v7dxhaxp0rzcjw2"))))
|
||||
"1h4li2j46hdy58dpnn5ji4z4b4clbr2a6689jmaqv409lfcmcxms"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue