gnu: memkind: Update to 1.13.0.
* gnu/packages/disk.scm (memkind): Update to 1.13.0.master
parent
7d00cdf44d
commit
cd81b3bdfd
|
@ -1253,7 +1253,7 @@ that support this feature).")
|
||||||
(define-public memkind
|
(define-public memkind
|
||||||
(package
|
(package
|
||||||
(name "memkind")
|
(name "memkind")
|
||||||
(version "1.12.0")
|
(version "1.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1261,7 +1261,7 @@ that support this feature).")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s52vl2jlrdc8nxnvf993x9mcag56qxcaniiijhmsv42a26hvjk4"))))
|
(base32 "0zbil6xqmsrnh773ihxyfna6pvvxv3kczdb3g863ssflwwvv7h4w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list ;; memkind patched jemalloc to add je_arenalookupx,
|
(list ;; memkind patched jemalloc to add je_arenalookupx,
|
||||||
|
|
Reference in New Issue