guix-commits
[Top][All Lists]
Advanced

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

86/470: gnu: rust-matches-0.1: Update to 0.1.9.


From: guix-commits
Subject: 86/470: gnu: rust-matches-0.1: Update to 0.1.9.
Date: Thu, 16 Mar 2023 03:00:19 -0400 (EDT)

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

commit eed0c1e1aa02efce4c5a30057d864dacdfcdc62b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 15 11:06:49 2023 +0200

    gnu: rust-matches-0.1: Update to 0.1.9.
    
    * gnu/packages/crates-io.scm (rust-matches-0.1): Update to 0.1.9.
    [arguments]: Don't skip build.
---
 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 12ac2ebe7a..5f053e38e0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32377,7 +32377,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.8")
+    (version "0.1.9")
     (source
       (origin
         (method url-fetch)
@@ -32385,9 +32385,8 @@ statement, the first matching branch is the item that 
gets emitted.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "020axl4q7rk9vz90phs7f8jas4imxal9y9kxl4z4v7a6719mrz3z"))))
+          "0gw5ib38jfgyyah8nyyxr036grqv1arkf1srgfa4h386dav7iqx3"))))
     (build-system cargo-build-system)
-    (arguments '(#:skip-build? #t))
     (home-page "https://github.com/SimonSapin/rust-std-candidates";)
     (synopsis "Macro to evaluate whether an expression matches a pattern")
     (description "This package provides a macro to evaluate, as a boolean,



reply via email to

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