guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-cbindgen: Update to 0.13.1.


From: guix-commits
Subject: branch master updated: gnu: rust-cbindgen: Update to 0.13.1.
Date: Mon, 24 Feb 2020 06:29:49 -0500

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new eab07e7  gnu: rust-cbindgen: Update to 0.13.1.
eab07e7 is described below

commit eab07e78b691ae7866267fc04d31c7c3ad6b0eeb
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 24 13:29:30 2020 +0200

    gnu: rust-cbindgen: Update to 0.13.1.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.1.
---
 gnu/packages/rust-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index ac50f95..72c982f 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -270,7 +270,7 @@ gitignore rules.")
 (define-public rust-cbindgen
   (package
     (name "rust-cbindgen")
-    (version "0.13.0")
+    (version "0.13.1")
     (source
       (origin
         (method url-fetch)
@@ -278,7 +278,7 @@ gitignore rules.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1kywaz62cglg8fv0p7mp1m946gwmrf62s8ffndd5zpf1mz21j472"))))
+          "0w70bnwwqyf9fr6z3rcs7m7ad791fmfmhxy828va0dkfwvamp59c"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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