mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-either-1: Update to 1.6.1.
* gnu/packages/crates-io.scm (rust-either-1): Update to 1.6.1.
This commit is contained in:
parent
cf14e7cb63
commit
71dd6d60d0
1 changed files with 2 additions and 2 deletions
|
@ -12631,7 +12631,7 @@ (define-public rust-edit-distance-2
|
|||
(define-public rust-either-1
|
||||
(package
|
||||
(name "rust-either")
|
||||
(version "1.5.3")
|
||||
(version "1.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -12640,7 +12640,7 @@ (define-public rust-either-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qyz1b1acad6w0k5928jw5zaq900zhsk7p8dlcp4hh61w4f6n7xv"))))
|
||||
"0mwl9vngqf5jvrhmhn9x60kr5hivxyjxbmby2pybncxfqhf4z3g7"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue