[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/65: gnu: rust-regex-1: Update to 1.7.1.
From: |
guix-commits |
Subject: |
08/65: gnu: rust-regex-1: Update to 1.7.1. |
Date: |
Sun, 15 Jan 2023 04:32:43 -0500 (EST) |
efraim pushed a commit to branch staging
in repository guix.
commit 4b619cd7ef44d25b2d0995a5a977cfd08e5f4bac
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 17:07:12 2023 +0200
gnu: rust-regex-1: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.7.1.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a4b0ec225d..8ed954d3d5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46324,14 +46324,14 @@ memory to speed up reallocation.")
(define-public rust-regex-1
(package
(name "rust-regex")
- (version "1.6.0")
+ (version "1.7.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "12wqvyh4i75j7pc8sgvmqh4yy3qaj4inc4alyv1cdf3lf4kb6kjc"))))
+ (base32 "0czp6hxg02lm02hvlhp9xjkd65cjcagw119crnaznwd5idsabaj8"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- branch staging updated (d9bcd1a8d6 -> b17762ab91), guix-commits, 2023/01/15
- 01/65: gnu: rust-crossbeam-utils-0.8: Update to 0.8.14., guix-commits, 2023/01/15
- 02/65: gnu: rust-lock-api-0.4: Update to 0.4.9., guix-commits, 2023/01/15
- 06/65: gnu: newsboat: Update to 2.30.1., guix-commits, 2023/01/15
- 07/65: gnu: rust-critical-section-1: Update to 1.1.1., guix-commits, 2023/01/15
- 05/65: gnu: rust-parking-lot-core-0.9: Update to 0.9.6., guix-commits, 2023/01/15
- 08/65: gnu: rust-regex-1: Update to 1.7.1.,
guix-commits <=
- 10/65: gnu: rust-serde-derive-1: Update to 1.0.152., guix-commits, 2023/01/15
- 27/65: gnu: rust-serde-stacker-0.1: Update to 0.1.7., guix-commits, 2023/01/15
- 04/65: gnu: rust-parking-lot-0.12: Fix build., guix-commits, 2023/01/15
- 09/65: gnu: rust-serde-1: Update to 1.0.152., guix-commits, 2023/01/15
- 12/65: gnu: rust-nom-7: Update to 7.1.2., guix-commits, 2023/01/15
- 15/65: gnu: rust-cxx-1: Update to 1.0.86., guix-commits, 2023/01/15
- 21/65: gnu: rust-serde-path-to-error-0.1: Update to 0.1.9., guix-commits, 2023/01/15
- 25/65: gnu: rust-serde-yaml-0.8: Update to 0.8.26., guix-commits, 2023/01/15
- 40/65: gnu: rust-dota-short-0.3: Update to 0.3.3., guix-commits, 2023/01/15
- 31/65: gnu: rust-crossbeam-channel-0.4: Update to 0.4.4., guix-commits, 2023/01/15