guix-commits
[Top][All Lists]
Advanced

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

16/21: gnu: rust-safemem-0.3: Update to 0.3.3.


From: guix-commits
Subject: 16/21: gnu: rust-safemem-0.3: Update to 0.3.3.
Date: Wed, 15 Jan 2020 02:04:03 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 251c3fa2ae2e30c509fde0c6de57ececbe39f5c6
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Jan 14 21:16:28 2020 +0200

    gnu: rust-safemem-0.3: Update to 0.3.3.
    
    * gnu/packages/crates-io.scm (rust-safemem-0.3): Update to 0.3.3.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0a2c06b..8695041 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8527,7 +8527,7 @@ using a fork-like interface.")
 (define-public rust-safemem-0.3
   (package
     (name "rust-safemem")
-    (version "0.3.2")
+    (version "0.3.3")
     (source
       (origin
         (method url-fetch)
@@ -8535,7 +8535,7 @@ using a fork-like interface.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "1l1ljkm4lpyryrv2ndaxi1f7z1f3v9bwy1rzl9f9mbhx04iq9c6j"))))
+          "0wp0d2b2284lw11xhybhaszsczpbq1jbdklkxgifldcknmy3nw7g"))))
     (build-system cargo-build-system)
     (arguments '(#:skip-build? #t))
     (home-page "https://github.com/abonander/safemem";)



reply via email to

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