guix-commits
[Top][All Lists]
Advanced

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

212/311: gnu: rust-matches-0.1: Update to 0.1.10.


From: guix-commits
Subject: 212/311: gnu: rust-matches-0.1: Update to 0.1.10.
Date: Sat, 28 Oct 2023 16:39:16 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit ac94e646c990bf3d7d1fdcb47cd3b60423138d30
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 27 20:41:54 2023 +0300

    gnu: rust-matches-0.1: Update to 0.1.10.
    
    * gnu/packages/crates-io.scm (rust-matches-0.1): Update to 0.1.10.
    
    Change-Id: Ia6184581fd58d72bf4351225e1710778e3a2fb46
---
 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 0bb0f393e9..7ea8b3ff2b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42056,7 +42056,7 @@ statement, the first matching branch is the item that 
gets emitted.")
 (define-public rust-matches-0.1
   (package
     (name "rust-matches")
-    (version "0.1.9")
+    (version "0.1.10")
     (source
       (origin
         (method url-fetch)
@@ -42064,7 +42064,7 @@ statement, the first matching branch is the item that 
gets emitted.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0gw5ib38jfgyyah8nyyxr036grqv1arkf1srgfa4h386dav7iqx3"))))
+          "1994402fq4viys7pjhzisj4wcw894l53g798kkm2y74laxk0jci5"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/SimonSapin/rust-std-candidates";)
     (synopsis "Macro to evaluate whether an expression matches a pattern")



reply via email to

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