guix-commits
[Top][All Lists]
Advanced

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

36/37: gnu: rust-normalize-line-endings-0.2: Update to 5.0.0-pre.13.


From: guix-commits
Subject: 36/37: gnu: rust-normalize-line-endings-0.2: Update to 5.0.0-pre.13.
Date: Thu, 20 Jan 2022 18:18:09 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit eec50b7974bded78da7330d693f7c33eaab7dfe0
Author: Z572 <873216071@qq.com>
AuthorDate: Wed Jan 12 23:27:56 2022 +0800

    gnu: rust-normalize-line-endings-0.2: Update to 5.0.0-pre.13.
    
    * gnu/packages/crates-io.scm (rust-normalize-line-endings-0.2): Update to
    5.0.0-pre.13.
    [arguments]: <#:cargo-inputs>: add rust-kqueue-1.
    <#:cargo-development-inputs>: add rust-futures,rust-tempfile.
    <#:phases>: remove it.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 65d1b5f1ca..20279f370c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34637,7 +34637,7 @@ with all line endings.")
 (define-public rust-notify-5
   (package
     (name "rust-notify")
-    (version "5.0.0-pre.8")
+    (version "5.0.0-pre.13")
     (source
       (origin
         (method url-fetch)
@@ -34646,7 +34646,7 @@ with all line endings.")
           (string-append name "-" version ".tar.gz"))
         (sha256
           (base32
-            "0jq1ixzi7rgq233dxbxkn129n8lidswp1glsgbdhvw7ig38brfs6"))))
+            "0za8mpacxkr62fii5h7ny4h396y0m8myd3hf08njqdg2h21kap94"))))
     (build-system cargo-build-system)
     (arguments
       `(#:skip-build? #t
@@ -34656,7 +34656,8 @@ with all line endings.")
           ,rust-crossbeam-channel-0.5)
          ("rust-filetime" ,rust-filetime-0.2)
          ("rust-fsevent" ,rust-fsevent-2)
-         ("rust-fsevent-sys" ,rust-fsevent-sys-3)
+         ("rust-fsevent-sys" ,rust-fsevent-sys-4)
+         ("rust-kqueue" ,rust-kqueue-1)
          ("rust-inotify" ,rust-inotify-0.9)
          ("rust-libc" ,rust-libc-0.2)
          ("rust-mio" ,rust-mio-0.7)
@@ -34664,14 +34665,9 @@ with all line endings.")
          ("rust-walkdir" ,rust-walkdir-2)
          ("rust-winapi" ,rust-winapi-0.3))
         #:cargo-development-inputs
-        (("rust-serde-json" ,rust-serde-json-1))
-        #:phases
-        (modify-phases %standard-phases
-          (add-after 'unpack 'fix-version-requirements
-           (lambda _
-             (substitute* "Cargo.toml"
-               (("0.7.7") ,(package-version rust-mio-0.7)))
-             #t)))))
+        (("rust-serde-json" ,rust-serde-json-1)
+         ("rust-futures" ,rust-futures-0.3)
+         ("rust-tempfile" ,rust-tempfile-3))))
     (home-page "https://github.com/notify-rs/notify";)
     (synopsis
       "Cross-platform filesystem notification library")



reply via email to

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