guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: memkind: Update to 1.13.0.


From: guix-commits
Subject: 04/10: gnu: memkind: Update to 1.13.0.
Date: Sat, 11 Jun 2022 21:59:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cd81b3bdfdace23809bea022b0540fe432116a72
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:01 2022 +0200

    gnu: memkind: Update to 1.13.0.
    
    * gnu/packages/disk.scm (memkind): Update to 1.13.0.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 974467d72c..6fb3880f76 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1253,7 +1253,7 @@ that support this feature).")
 (define-public memkind
   (package
     (name "memkind")
-    (version "1.12.0")
+    (version "1.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1261,7 +1261,7 @@ that support this feature).")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"1s52vl2jlrdc8nxnvf993x9mcag56qxcaniiijhmsv42a26hvjk4"))))
+               (base32 
"0zbil6xqmsrnh773ihxyfna6pvvxv3kczdb3g863ssflwwvv7h4w"))))
     (build-system gnu-build-system)
     (inputs
      (list ;; memkind patched jemalloc to add je_arenalookupx,



reply via email to

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