[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/46: gnu: rust-v-frame-0.2: Update to 0.2.1.
From: |
guix-commits |
Subject: |
01/46: gnu: rust-v-frame-0.2: Update to 0.2.1. |
Date: |
Sun, 6 Jun 2021 02:40:06 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 3a9923d4b84c6330bf54defb4eb25cc13c2c2df7
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Jun 2 16:19:39 2021 -0400
gnu: rust-v-frame-0.2: Update to 0.2.1.
* gnu/packages/crates-io.scm (rust-v-frame-0.2): Update to 0.2.1.
[synopsis]: Fix capitalization lint warning.
[description]: Re-indent.
---
gnu/packages/crates-io.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cc5dbc4..81c564f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48085,14 +48085,14 @@ first byte.")
(define-public rust-v-frame-0.2
(package
(name "rust-v-frame")
- (version "0.2.0")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "v_frame" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0xqf7dynsc6fm94jz3hknwi2n4ch1j7wrs0dd333r1ldniw49rf3"))))
+ (base32 "0ia1j0j1v5zp9bp91imbnbxnv937x3xfpc06nyj96yjfk8zbmxhp"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
@@ -48104,10 +48104,9 @@ first byte.")
("rust-serde" ,rust-serde-1)
("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2))))
(home-page "https://github.com/xiph/rav1e")
- (synopsis "@code{Video Frame} data structures, part of rav1e")
- (description
- "This package provides @code{Video Frame} data structures, as a part of
-rav1e.")
+ (synopsis "Video Frame data structures, part of rav1e")
+ (description "This package provides @code{Video Frame} data structures, as
+a part of rav1e.")
(license license:bsd-2)))
(define-public rust-value-bag-1
- branch master updated (d1e7b50 -> 7fd2c9a), guix-commits, 2021/06/06
- 02/46: gnu: Add rust-rustfix-0.5., guix-commits, 2021/06/06
- 01/46: gnu: rust-v-frame-0.2: Update to 0.2.1.,
guix-commits <=
- 03/46: gnu: Add rust-serde-ignored-0.1., guix-commits, 2021/06/06
- 06/46: gnu: Add rust-derive-arbitrary-1., guix-commits, 2021/06/06
- 07/46: gnu: Add rust-arbitrary-1., guix-commits, 2021/06/06
- 04/46: gnu: Add rust-rustc-workspace-hack-1., guix-commits, 2021/06/06
- 11/46: gnu: Add rust-refpool-0.4., guix-commits, 2021/06/06
- 12/46: gnu: Add rust-sized-chunks-0.6., guix-commits, 2021/06/06
- 17/46: gnu: Add rust-home-0.5., guix-commits, 2021/06/06
- 19/46: gnu: rust-libgit2-sys-0.12: Update to 0.12.21+1.1.0., guix-commits, 2021/06/06
- 22/46: gnu: Add rust-fwdansi-1., guix-commits, 2021/06/06
- 09/46: gnu: Add rust-array-ops-0.1., guix-commits, 2021/06/06