[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: rust-embed-resource: Update to 1.3.3.
From: |
guix-commits |
Subject: |
04/09: gnu: rust-embed-resource: Update to 1.3.3. |
Date: |
Sun, 3 Jan 2021 13:41:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 73023b280a9e153d25dd378ea8153220aba1cbec
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 3 18:28:02 2021 +0100
gnu: rust-embed-resource: Update to 1.3.3.
* gnu/packages/crates-io.scm (rust-embed-resource): Update to 1.3.3.
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ba5c90c..628246e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
-;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
;;; Copyright © 2019, 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
@@ -8246,7 +8246,7 @@ signing, and verification in pure Rust.")
(define-public rust-embed-resource-1.3
(package
(name "rust-embed-resource")
- (version "1.3.1")
+ (version "1.3.3")
(source
(origin
(method url-fetch)
@@ -8254,8 +8254,7 @@ signing, and verification in pure Rust.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0v1adsw9mq7gjjjhx4hcjhqppdf4vm0gbcgh7sxirbxh99la9axv"))))
+ (base32 "0pbif8kl6xcvfnp8gibqsw0w14l28vfkff9k6byw506s0d20nsqz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- branch master updated (98de21a -> eacffb9), guix-commits, 2021/01/03
- 01/09: gnu: youtube-dl: Update to 2021.01.03., guix-commits, 2021/01/03
- 02/09: gnu: buku: Update to 4.5., guix-commits, 2021/01/03
- 03/09: gnu: dav1d: Update to 0.8.1., guix-commits, 2021/01/03
- 04/09: gnu: rust-embed-resource: Update to 1.3.3.,
guix-commits <=
- 08/09: gnu: libwacom: Update to 1.7., guix-commits, 2021/01/03
- 09/09: gnu: nix: Update to 2.3.10., guix-commits, 2021/01/03
- 05/09: gnu: watchexec: Update to 1.14.1., guix-commits, 2021/01/03
- 06/09: gnu: xterm: Update to 363., guix-commits, 2021/01/03
- 07/09: gnu: osinfo-db: Update to 20201218., guix-commits, 2021/01/03