mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-open-5.
* gnu/packages/crates-io.scm (rust-open-5): New variable. (rust-open-4): Inherit from rust-open-5. Change-Id: I4271dec61244a15bb7fabcb9153c710d138ea50f
This commit is contained in:
parent
9bca381028
commit
bee15e4e60
1 changed files with 20 additions and 3 deletions
|
@ -47720,17 +47720,17 @@ (define-public rust-opaque-debug-0.2
|
|||
(base32
|
||||
"02942l2gc7w5r4js7i9063x99szic5mzzk1055j83v4diqpbpxck"))))))
|
||||
|
||||
(define-public rust-open-4
|
||||
(define-public rust-open-5
|
||||
(package
|
||||
(name "rust-open")
|
||||
(version "4.2.0")
|
||||
(version "5.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "open" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04kw6xmsjm0wdqidjndhpzl79iksyrhwyik32z28wjjygq63q21s"))))
|
||||
(base32 "0ciy22dh82rdgmmsiai2wksx7sj9abb4ddnmxpqxnpfqapw0z7s4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-is-wsl" ,rust-is-wsl-0.4)
|
||||
|
@ -47743,6 +47743,23 @@ (define-public rust-open-4
|
|||
the system.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-open-4
|
||||
(package
|
||||
(inherit rust-open-5)
|
||||
(name "rust-open")
|
||||
(version "4.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "open" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04kw6xmsjm0wdqidjndhpzl79iksyrhwyik32z28wjjygq63q21s"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-is-wsl" ,rust-is-wsl-0.4)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-pathdiff" ,rust-pathdiff-0.2))))))
|
||||
|
||||
(define-public rust-open-3
|
||||
(package
|
||||
(inherit rust-open-4)
|
||||
|
|
Loading…
Reference in a new issue