guix-commits
[Top][All Lists]
Advanced

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

12/311: gnu: rust-glob-0.3: Update to 0.3.1.


From: guix-commits
Subject: 12/311: gnu: rust-glob-0.3: Update to 0.3.1.
Date: Sat, 28 Oct 2023 16:37:21 -0400 (EDT)

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

commit 26e5e9d1188d6df15a982d14efbcfe9003ba198d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 23 22:32:33 2023 +0300

    gnu: rust-glob-0.3: Update to 0.3.1.
    
    * gnu/packages/crates-io.scm (rust-glob-0.3): Update to 0.3.1.
    [arguments]: Don't skip tests. Add cargo-test-flags to skip select
    tests.
    [cargo-development-inputs]: Add rust-doc-comment-0.3.
    [home-page]: Update to new home-page.
---
 gnu/packages/crates-io.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2407e18a1b..0f66b2d1fb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29853,7 +29853,7 @@ OpenGL's old and error-prone API.")
 (define-public rust-glob-0.3
   (package
     (name "rust-glob")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
       (origin
         (method url-fetch)
@@ -29861,13 +29861,16 @@ OpenGL's old and error-prone API.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0x25wfr7vg3mzxc9x05dcphvd3nwlcmbnxrvwcvrrdwplcrrk4cv"))))
+          "16zca52nglanv23q5qrwd5jinw3d3as5ylya6y1pbx47vkxvrynj"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f
+     `(#:cargo-test-flags
+       '("--release" "--"
+         "--skip=test::test_iteration_errors")
        #:cargo-development-inputs
-       (("rust-tempdir" ,rust-tempdir-0.3))))
-    (home-page "https://github.com/rust-lang-nursery/glob";)
+       (("rust-doc-comment" ,rust-doc-comment-0.3)
+        ("rust-tempdir" ,rust-tempdir-0.3))))
+    (home-page "https://github.com/rust-lang/glob";)
     (synopsis "Match file paths against Unix shell style patterns")
     (description
      "This package provides support for matching file paths against Unix



reply via email to

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