guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-cbindgen@0.17: Update to 0.19.0.


From: guix-commits
Subject: branch master updated: gnu: rust-cbindgen@0.17: Update to 0.19.0.
Date: Tue, 01 Jun 2021 12:10:10 -0400

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

jonsger pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 776a21a  gnu: rust-cbindgen@0.17: Update to 0.19.0.
776a21a is described below

commit 776a21a0967b13192953d66fe7791d63737c843a
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Tue Jun 1 17:59:34 2021 +0200

    gnu: rust-cbindgen@0.17: Update to 0.19.0.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen-0.17): Update to 0.19.0 and
    rename to rust-cbindgen-0.19.
---
 gnu/packages/rust-apps.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index b74e09c..0219c40 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -464,11 +464,11 @@ gitignore rules.")
      "This package provides a tool for generating C/C++ bindings to Rust 
code.")
     (license license:mpl2.0)))
 
-(define-public rust-cbindgen-0.17
+(define-public rust-cbindgen-0.19
   (package
     (inherit rust-cbindgen)
     (name "rust-cbindgen")
-    (version "0.17.0")
+    (version "0.19.0")
     (source
      (origin
        (method url-fetch)
@@ -477,7 +477,7 @@ gitignore rules.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1f40hxj6h7wqmsj8dzxjm3m421hjqpz2m5zxasbn8kgnr6scykvl"))))
+         "1yld9fni9g9mzg4r42zfk79aq9mzm2sfzzjrrx4vir4lp4qqqwiq"))))
     (arguments
      `(#:cargo-inputs
        (("rust-clap" ,rust-clap-2)



reply via email to

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