guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-bytemuck-1: Update to 1.3.1.


From: guix-commits
Subject: branch master updated: gnu: rust-bytemuck-1: Update to 1.3.1.
Date: Wed, 19 Aug 2020 04:28:35 -0400

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 d1a769d  gnu: rust-bytemuck-1: Update to 1.3.1.
d1a769d is described below

commit d1a769d68f26b713acbada5ba1342072e1995bf9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 19 11:24:39 2020 +0300

    gnu: rust-bytemuck-1: Update to 1.3.1.
    
    * gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.3.1.
    [synopsis]: Appease 'guix lint'.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bb06b1d..d911ea2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2315,7 +2315,7 @@ in a byte slice, fast.")
 (define-public rust-bytemuck-1
   (package
     (name "rust-bytemuck")
-    (version "1.2.0")
+    (version "1.3.1")
     (source
       (origin
         (method url-fetch)
@@ -2324,10 +2324,10 @@ in a byte slice, fast.")
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0cclc9v10hc1abqrxgirg3qbwa3ra3s0dai3xiwv9v4j4bgi7yip"))))
+          "1scaac5xbfynzbpvz9yjbmg9ag2jalxfijapwlqh7xldf4li0ynv"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/Lokathor/bytemuck";)
-    (synopsis "crate for mucking around with piles of bytes")
+    (synopsis "Crate for mucking around with piles of bytes")
     (description
      "This package provides a crate for mucking around with piles of bytes.")
     (license license:zlib)))



reply via email to

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