guix-commits
[Top][All Lists]
Advanced

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

222/470: gnu: rust-cargo-c: Update to 0.9.16.


From: guix-commits
Subject: 222/470: gnu: rust-cargo-c: Update to 0.9.16.
Date: Thu, 16 Mar 2023 03:01:13 -0400 (EDT)

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

commit 7d4e514e7704225910ffaa225dfb04cbcc63bb12
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:09:09 2023 +0200

    gnu: rust-cargo-c: Update to 0.9.16.
    
    * gnu/packages/crates-io.scm (rust-cargo-c): Update to 0.9.16.
    [cargo-inputs]: Add rust-cargo-util-0.2, rust-cc-1, rust-clap-4,
    rust-glob-0.3, rust-itertools-0.10.  Remove rust-pretty-env-logger-0.4,
    rust-cargo-metadata-0.9.  Replace rust-cbindgen-0.20 with 0.24,
    rust-cargo-0.60 with 0.68, rust-semver-0.10 with 1, rust-toml-0.5 with
    0.6.
    [inputs]: Replace libgit2-1.3 with libgit2, openssl-1.1 with openssl.
---
 gnu/packages/rust-apps.scm | 28 +++++++++++++++-------------
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 71605f1b88..3603a4fb0f 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019, 2020 John Soo <jsoo1@asu.edu>
-;;; Copyright © 2019-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
@@ -1875,7 +1875,7 @@ support for Rust.")
 (define-public rust-cargo-c
   (package
     (name "rust-cargo-c")
-    (version "0.9.8+cargo-0.60")
+    (version "0.9.16+cargo-0.68")
     (source
       (origin
         (method url-fetch)
@@ -1884,27 +1884,29 @@ support for Rust.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1zdzs3drjr9p6chg32inyi05rfv1c12nkk4bi7qpha12m6rsn26d"))))
+          "0k2sw67dx06b45qpvckbhz00kn2ingd89y53pwlzky72hnzv075v"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-cbindgen" ,rust-cbindgen-0.20)
-        ("rust-cargo" ,rust-cargo-0.60)
-        ("rust-anyhow" ,rust-anyhow-1)
-        ("rust-pretty-env-logger" ,rust-pretty-env-logger-0.4)
-        ("rust-structopt" ,rust-structopt-0.3)
+       (("rust-anyhow" ,rust-anyhow-1)
+        ("rust-cargo" ,rust-cargo-0.68)
+        ("rust-cargo-util" ,rust-cargo-util-0.2)
+        ("rust-cbindgen" ,rust-cbindgen-0.24)
+        ("rust-cc" ,rust-cc-1)
+        ("rust-clap" ,rust-clap-4)
+        ("rust-glob" ,rust-glob-0.3)
+        ("rust-itertools" ,rust-itertools-0.10)
         ("rust-log" ,rust-log-0.4)
-        ("rust-toml" ,rust-toml-0.5)
-        ("rust-cargo-metadata" ,rust-cargo-metadata-0.9)
-        ("rust-semver" ,rust-semver-0.10)
+        ("rust-regex" ,rust-regex-1)
+        ("rust-semver" ,rust-semver-1)
         ("rust-serde" ,rust-serde-1)
         ("rust-serde-derive" ,rust-serde-derive-1)
         ("rust-serde-json" ,rust-serde-json-1)
-        ("rust-regex" ,rust-regex-1))))
+        ("rust-toml" ,rust-toml-0.6))))
     (native-inputs
      (list pkg-config))
     (inputs
-     (list curl libgit2-1.3 libssh2 openssl-1.1 zlib))
+     (list curl libgit2 libssh2 openssl zlib))
     (home-page "https://github.com/lu-zero/cargo-c";)
     (synopsis "Build and install C-compatible libraries")
     (description



reply via email to

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