guix-commits
[Top][All Lists]
Advanced

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

32/63: gnu: rust-scan-fmt-0.2: Update to 0.2.6.


From: guix-commits
Subject: 32/63: gnu: rust-scan-fmt-0.2: Update to 0.2.6.
Date: Thu, 8 Feb 2024 14:09:37 -0500 (EST)

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

commit 70a4a97c6aa1aa64b4445b697fb191ac2d930c3c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 8 10:27:10 2024 +0200

    gnu: rust-scan-fmt-0.2: Update to 0.2.6.
    
    * gnu/packages/crates-io.scm (rust-scan-fmt-0.2): Update to 0.2.6.
    [arguments]: Don't skip the build.
    
    Change-Id: If720882971d248a1719dc33401d16dd1e10b2a00
---
 gnu/packages/crates-io.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cccb4e3434..65929125ca 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56476,25 +56476,21 @@ encodable types.")
 (define-public rust-scan-fmt-0.2
   (package
     (name "rust-scan-fmt")
-    (version "0.2.5")
+    (version "0.2.6")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "scan_fmt" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32
-          "1gmaa07z8bkkdv5xhq2lrgml6ri7fqyyrjpiks3phmpmq3p8d0i4"))))
+         (base32 "0j0jb1dsa8zjpnc875wy72190zlyngvl62mfv8pqwal8vfjv0lqb"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-regex" ,rust-regex-1))))
     (home-page "https://github.com/wlentz/scan_fmt";)
     (synopsis "Simple scanf()-like input for Rust")
-    (description
-     "This package provides a simple scanf()-like input for Rust")
+    (description "This package provides a simple scanf()-like input for Rust.")
     (license license:expat)))
 
 (define-public rust-sce-0.1



reply via email to

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