mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: memkind: Update to 1.11.0.
* gnu/packages/disk.scm (memkind): Update to 1.11.0.
This commit is contained in:
parent
495a68e8e5
commit
36c716e1c5
1 changed files with 2 additions and 2 deletions
|
@ -1119,7 +1119,7 @@ (define-public hddtemp
|
|||
(define-public memkind
|
||||
(package
|
||||
(name "memkind")
|
||||
(version "1.10.1")
|
||||
(version "1.11.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1128,7 +1128,7 @@ (define-public memkind
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"11iz887f3cp5pzf1bzm644wzab8gkbhz3b7x1w6pcps71yd94ylj"))))
|
||||
"0w5hws12l167mbr4n6a6fl0mhf8mci61fsn55lh2cxz33f7q8n2x"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(;; memkind patched jemalloc to add je_arenalookupx,
|
||||
|
|
Loading…
Reference in a new issue