[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52149] [PATCH 23/26] gnu: Add rust-opener-0.5.
From: |
(unmatched-parenthesis |
Subject: |
[bug#52149] [PATCH 23/26] gnu: Add rust-opener-0.5. |
Date: |
Mon, 27 Dec 2021 16:51:00 +0000 |
* gnu/packages/crates-io.scm (rust-opener-0.5): New variable.
* gnu/packages/crates-io.scm (rust-opener-0.4): Inherit from rust-opener-0.5.
---
gnu/packages/crates-io.scm | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 66300c32d8..0467aa874b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34441,29 +34441,49 @@ (define-public rust-open-1
the system.")
(license license:expat)))
-(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)
(uri (crate-uri "opener" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append "-" version ".tar.gz"))
(sha256
(base32
- "1bpknqvhqkalhmq8n2m97apc0r3y194ppybl1qxay34xr83p848k"))))
+ "0lkrn4fv1h4m8gmp7ll6x7vjvb6kls2ngwa5cgsh2ix5fb6yp8sf"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-winapi" ,rust-winapi-0.3))))
+ (("rust-bstr" ,rust-bstr-0.2)
+ ("rust-winapi" ,rust-winapi-0.3))
+ #:cargo-development-inputs
+ (("rust-version-sync" ,rust-version-sync-0.9))))
(home-page "https://github.com/Seeker14491/opener")
(synopsis "Open a file or link using the system default program")
(description "This crate provides the ability to open a file or link with
the default program configured on the system.")
(license (list license:expat license:asl2.0))))
+(define-public rust-opener-0.4
+ (package
+ (inherit rust-opener-0.5)
+ (name "rust-opener")
+ (version "0.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "opener" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1bpknqvhqkalhmq8n2m97apc0r3y194ppybl1qxay34xr83p848k"))))
+ (arguments
+ `(#:cargo-inputs
+ (("rust-winapi" ,rust-winapi-0.3))))))
+
(define-public rust-openssl-0.10
(package
(name "rust-openssl")
--
2.34.0
- [bug#52149] [PATCH 16/26] gnu: Update rust-jobserver-0.1., (continued)
- [bug#52149] [PATCH 16/26] gnu: Update rust-jobserver-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 20/26] gnu: Update rust-os-info-3., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 17/26] gnu: Update rust-itertools-0.10., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 14/26] gnu: Change checksum of rust-cargo-platform-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 22/26] gnu: Add rust-loom-0.5., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 10/26] gnu: Update rust-trybuild-1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 09/26] gnu: Add rust-version-sync-0.9., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 15/26] gnu: Add rust-generator-0.7., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 19/26] gnu: Add rust-rustfix-0.6., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 26/26] gnu: Add rust-time-macros-0.2., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 23/26] gnu: Add rust-opener-0.5.,
(unmatched-parenthesis <=
- [bug#52149] [PATCH 12/26] gnu: Add rust-time-0.3., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 13/26] gnu: Update rust-cargo-metadata-0.6., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 18/26] gnu: Add rust-matchers-0.1., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 21/26] gnu: Add rust-similar-0.4., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 24/26] gnu: Update rust-socket2-0.4., (unmatched-parenthesis, 2021/12/27
- [bug#52149] [PATCH 25/26] gnu: Update rust-tar-0.4., (unmatched-parenthesis, 2021/12/27