mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-opener: Update to 0.5.0.
* gnu/packages/crates-io.scm (rust-opener-0.4): Replace with... (rust-opener-0.5): ... this. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
bac6a22951
commit
8ce4bb2f58
1 changed files with 3 additions and 3 deletions
|
@ -38247,10 +38247,10 @@ (define-public rust-open-1
|
|||
(("rust-pathdiff" ,rust-pathdiff-0.2)
|
||||
("rust-winapi" ,rust-winapi-0.3))))))
|
||||
|
||||
(define-public rust-opener-0.4
|
||||
(define-public rust-opener-0.5
|
||||
(package
|
||||
(name "rust-opener")
|
||||
(version "0.4.1")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -38259,7 +38259,7 @@ (define-public rust-opener-0.4
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bpknqvhqkalhmq8n2m97apc0r3y194ppybl1qxay34xr83p848k"))))
|
||||
"0lkrn4fv1h4m8gmp7ll6x7vjvb6kls2ngwa5cgsh2ix5fb6yp8sf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue