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:
Efraim Flashner 2024-03-31 14:16:10 +03:00
parent 9bca381028
commit bee15e4e60
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)