guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: rust-assert-matches-1: Update to 1.5.0.


From: guix-commits
Subject: 01/02: gnu: rust-assert-matches-1: Update to 1.5.0.
Date: Mon, 3 Jan 2022 12:46:01 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 6af08a53f5c7afd1eb217537375cef193351162d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 3 09:03:23 2022 -0500

    gnu: rust-assert-matches-1: Update to 1.5.0.
    
    * gnu/packages/crates-io.scm (rust-assert-matches-1): Update to 1.5.0.
---
 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 4b99f88abf..bdbdf7b3af 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3277,7 +3277,7 @@ objects are the same.")
 (define-public rust-assert-matches-1
   (package
     (name "rust-assert-matches")
-    (version "1.3.0")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
@@ -3286,7 +3286,7 @@ objects are the same.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1rar61v00gz2aniid0mylxcr4q98s6l77c3hvbszmg57kj10msvx"))))
+         "1a9b3p9vy0msylyr2022sk5flid37ini1dxji5l3vwxsvw4xcd4v"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/murarth/assert_matches";)
     (synopsis "Asserts that a value matches a pattern")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]