guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-num-cpus-1: Update to 1.13.0.


From: guix-commits
Subject: branch master updated: gnu: rust-num-cpus-1: Update to 1.13.0.
Date: Wed, 24 Jun 2020 21:18:13 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9cc3558  gnu: rust-num-cpus-1: Update to 1.13.0.
9cc3558 is described below

commit 9cc35585b01e5f88dbcfe5841fc3efb4160f1122
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Thu Jun 25 03:13:32 2020 +0200

    gnu: rust-num-cpus-1: Update to 1.13.0.
    
    * gnu/packages/crates-io.scm (rust-num-cpus-1): Update to 1.13.0.
    [cargo-development-inputs]: Remove rust-doc-comment-0.3.
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5fda136..bc29df5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13921,7 +13921,7 @@ including bigint, complex, rational, range iterators, 
generic integers, and more
 (define-public rust-num-cpus-1
   (package
     (name "rust-num-cpus")
-    (version "1.11.1")
+    (version "1.13.0")
     (source
       (origin
         (method url-fetch)
@@ -13930,14 +13930,12 @@ including bigint, complex, rational, range iterators, 
generic integers, and more
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0wlxs00cpg16z09fwchj1gdz1jxnf5dgg1cbidvq0sc75bnwbnkn"))))
+          "1cv6yxhz2zbnwn8pn1yn8grg7zsnd523947fby41a737aqvryj85"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
         (("rust-hermit-abi" ,rust-hermit-abi-0.1)
-         ("rust-libc" ,rust-libc-0.2))
-        #:cargo-development-inputs
-        (("rust-doc-comment" ,rust-doc-comment-0.3))))
+         ("rust-libc" ,rust-libc-0.2))))
     (home-page "https://github.com/seanmonstar/num_cpus";)
     (synopsis "Get the number of CPUs on a machine")
     (description



reply via email to

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