guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: rust-cbindgen: Update to 0.13.2.


From: guix-commits
Subject: 02/04: gnu: rust-cbindgen: Update to 0.13.2.
Date: Thu, 9 Jul 2020 15:20:04 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3a963cdd330f9abb46c08dff6579c3400f4c4c64
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 9 19:29:59 2020 +0300

    gnu: rust-cbindgen: Update to 0.13.2.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.2.
---
 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 1cf22f4..317d095 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -265,7 +265,7 @@ gitignore rules.")
 (define-public rust-cbindgen
   (package
     (name "rust-cbindgen")
-    (version "0.13.1")
+    (version "0.13.2")
     (source
       (origin
         (method url-fetch)
@@ -273,7 +273,7 @@ gitignore rules.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0w70bnwwqyf9fr6z3rcs7m7ad791fmfmhxy828va0dkfwvamp59c"))))
+          "0673pq96hs7waavkv58v2pakpxpsfyjvbraa5kyl2b44phgdzcid"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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