guix-commits
[Top][All Lists]
Advanced

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

353/436: gnu: rust-jemalloc-sys-0.5: Update to 0.5.4.


From: guix-commits
Subject: 353/436: gnu: rust-jemalloc-sys-0.5: Update to 0.5.4.
Date: Sun, 5 Nov 2023 05:29:44 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 899240fe11d4a3d08ddf8fb6ebf0911a273f4b39
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 22:02:12 2023 +0200

    gnu: rust-jemalloc-sys-0.5: Update to 0.5.4.
    
    * gnu/packages/crates-io.scm (rust-jemalloc-sys-0.5): Update to 0.5.4.
    
    Change-Id: I3560b26b3af23a29a7d74a2f3f3b559f7dbf7393
---
 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 4adfe8eda4..1af1c57400 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37603,13 +37603,13 @@ introspection APIs.")
 (define-public rust-jemalloc-sys-0.5
   (package
     (name "rust-jemalloc-sys")
-    (version "0.5.3+5.3.0-patched")
+    (version "0.5.4+5.3.0-patched")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "jemalloc-sys" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
-               (base32 "18bwwikzq2krgafq3811n1zlsrjrayk0kqmjf6smivd7drhmvggr"))
+               (base32 "1wpbpwhfs6wd484cdfpl0zdf441ann9wj0fypy67i8ffw531jv5c"))
               (modules '((guix build utils)))
               (snippet
                '(begin (delete-file-recursively "jemalloc")))))



reply via email to

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