[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/40: gnu: rust-globwalk-0.8: Update to 0.8.1.
From: |
guix-commits |
Subject: |
13/40: gnu: rust-globwalk-0.8: Update to 0.8.1. |
Date: |
Sat, 23 Jan 2021 19:33:23 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 0b0e023ea540b80b8b00340b57b1848c01c98c11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 00:12:53 2021 +0100
gnu: rust-globwalk-0.8: Update to 0.8.1.
* gnu/packages/crates-io.scm (rust-globwalk-0.8): Update to 0.8.1.
---
gnu/packages/crates-io.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7a3365f..8a479c0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13840,15 +13840,14 @@ path simultaneously, and returning all of the globs
that matched.")
(define-public rust-globwalk-0.8
(package
(name "rust-globwalk")
- (version "0.8.0")
+ (version "0.8.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "globwalk" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0ihld70ngnri1qd8sd61099yfzcl6iqn17rfa102q1bl6ck710hp"))))
+ (base32 "1k6xwkydr7igvwjn3xkwjywk4213lcs53f576ilqz1h84jaazqwk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- 03/40: gnu: Add rust-unic-char-range-0.9., (continued)
- 03/40: gnu: Add rust-unic-char-range-0.9., guix-commits, 2021/01/23
- 01/40: gnu: Add rust-unic-common-0.9., guix-commits, 2021/01/23
- 05/40: gnu: Add rust-unic-ucd-segment-0.9., guix-commits, 2021/01/23
- 07/40: gnu: Add rust-deunicode-0.4., guix-commits, 2021/01/23
- 04/40: gnu: Add rust-unic-char-property-0.9., guix-commits, 2021/01/23
- 06/40: gnu: Add rust-unic-segment-0.9., guix-commits, 2021/01/23
- 08/40: gnu: Add rust-slug-0.1., guix-commits, 2021/01/23
- 09/40: gnu: Add rust-rand-hc-0.3., guix-commits, 2021/01/23
- 10/40: gnu: Add rust-rand-core-0.6., guix-commits, 2021/01/23
- 11/40: gnu: Add rust-rand-chacha-0.3., guix-commits, 2021/01/23
- 13/40: gnu: rust-globwalk-0.8: Update to 0.8.1.,
guix-commits <=
- 17/40: gnu: rust-yaml-rust-0.4: Update to 0.4.5., guix-commits, 2021/01/23
- 21/40: gnu: rust-serde-json-1: Update to 1.0.61., guix-commits, 2021/01/23
- 18/40: gnu: rust-unindent-0.1: Update to 0.1.7., guix-commits, 2021/01/23
- 20/40: gnu: rust-serde-yaml-0.8: Update to 0.8.15., guix-commits, 2021/01/23
- 22/40: gnu: rust-regex-syntax-0.6: Update to 0.6.22., guix-commits, 2021/01/23
- 23/40: gnu: rust-regex-1: Update to 1.4.3., guix-commits, 2021/01/23
- 26/40: gnu: rust-which-2: Remove minor version from variable name., guix-commits, 2021/01/23
- 27/40: gnu: Add rust-bindgen-0.47., guix-commits, 2021/01/23
- 29/40: gnu: Add rust-num-format-0.4., guix-commits, 2021/01/23
- 34/40: gnu: Add rust-crossbeam-deque-0.8., guix-commits, 2021/01/23